List Programs

Returns a list of all programs for your Chariot account.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

limitintegerOptional

Number of results per page. The default (and maximum) is 100 objects.

cursorstringOptional

Cursor token for pagination. Use the next_page_token from the previous response to retrieve the next page of results.

Response

The response for Programs.list
resultslist of objects or null
next_page_tokenstring or null

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.

Errors