switchx

List Jobs

List your SwitchX jobs with cursor-based pagination.

get/v1/switchx/generations

Query parameters

limitinteger

Number of items per page

Number of items per page

page_tokenstring nullable

Pagination token

Pagination token

Response

Successful Response

next_page_tokenstring nullable

Pass as page_token to fetch the next page. Null when no more results.

Example response

{
  "jobs": [
    {
      "progress": 72,
      "webhook": {
        "attempts": 1
      }
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.