Skip to main content
GET
List jobs

Headers

string
required
Deployment API key in the form Key YOUR_SUTRO_API_KEY.
integer
Page size from 1–100. Omit to return all jobs without pagination.
string
Opaque next_cursor from the previous page. Used only with limit; do not modify it.
With limit, the response is { "jobs": [...], "next_cursor": "..." }; next_cursor is null after the last page. Without limit, it is { "message": "...", "jobs": [...] }. Each entry uses the job object returned by the single-job endpoint.