---
title: "List Programs"
method: GET
path: "/v1/programs"
tags: ["Programs"]
---

# List Programs

`GET /v1/programs`

Returns a list of all programs for your Chariot account.

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

The response for Programs.list

- object
  - `results` Program[]
    - `id` string, required — The unique identifier for the program
    - `name` string, required — The name of the program
    - `description` string — A description of the program
    - `grant_disbursement_status` 'enabled' | 'disabled', required — The status of the program's ability to disburse grant payments to other eligible nonprofit recipients.
    - `gift_processing_status` 'enabled' | 'disabled', required — The status of the program's ability to connect payment sources to process donations and grants to your organization.
    - `created_at` string, date-time, required — The date and time the program was created
    - `updated_at` string, date-time, required — The date and time the program was last updated
  - `next_page_token` string — A cursor token to use to retrieve the next page of results by making another API call to the same endpoint with the same parameters (only changing the pageToken). If specified, then more results exist on the server that were not returned, otherwise no more results exist on the server.

## Other responses

- `400` — The request is invalid or contains invalid parameters
- `401` — Unauthorized. The request is missing the security (OAuth2 Bearer token) requirements and the server is unable to verify the identify of the caller.
- `403` — Access denied
- `500` — Internal Server Error

---

[API](https://skmtc.net/chariot-giving/apis/chariot-api.md) · [All operations](https://skmtc.net/chariot-giving/apis/chariot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chariot-giving/chariot-api/versions/dc28cadc066e/schema)
