cURL
curl --request GET \ --url https://api.modal.beeble.ai/v1/switchx/generations \ --header 'x-api-key: <api-key>'
{ "jobs": [ { "id": "<string>", "status": "<string>", "progress": 123, "generation_type": "<string>", "alpha_mode": "<string>", "output": { "render": "<string>", "source": "<string>", "alpha": "<string>" }, "error": "<string>", "created_at": "<string>", "modified_at": "<string>", "completed_at": "<string>" } ], "next_page_token": "<string>" }
List your SwitchX jobs with cursor-based pagination.
Your Developer API key.
Number of items per page
1 <= x <= 100
Pagination token
Successful Response
Paginated list of SwitchX jobs.
Show child attributes
Pass as page_token to fetch the next page. Null when no more results.