Skip to main content
GET
Get Jobs

Description

The List Jobs endpoint returns your async jobs, most useful for monitoring several runs at once or finding a job_id you didn’t store.
  • Input: Optionally filter by status and paginate with skip.
  • Processing: The system returns your jobs with their current state.
  • Output: A jobs array plus a total count. Each job carries the same fields as Get job status.
  • Filter by status=running to see what is currently consuming capacity.
  • Use Get job status for polling a single job — this endpoint is for overviews, not tight loops.
See async jobs for the full job lifecycle.

Authorizations

api_key
string
header
required

Query Parameters

status
enum<string>

An enumeration.

Available options:
queued,
running,
succeeded,
failed,
cancelled,
expired
skip
integer
Required range: x >= 0

Response

Successful Response

jobs
V2JobListItem · object[]
required
total
integer
required