Get Jobs
Async jobs
List jobs
GET
Get Jobs
Description
The List Jobs endpoint returns your async jobs, most useful for monitoring several runs at once or finding ajob_id you didn’t store.
How It Works
How It Works
- Input: Optionally filter by
statusand paginate withskip. - Processing: The system returns your jobs with their current state.
- Output: A
jobsarray plus atotalcount. Each job carries the same fields as Get job status.
Query Parameters
Query Parameters
Best Practices
Best Practices
- Filter by
status=runningto see what is currently consuming capacity. - Use Get job status for polling a single job — this endpoint is for overviews, not tight loops.