List Batches
List all batch runs.
Headers
Authorization
Header authentication of the form Bearer <token>
Query parameters
before
Job ID cursor for pagination. Returns jobs that come before this job ID in the specified sort order
after
Job ID cursor for pagination. Returns jobs that come after this job ID in the specified sort order
limit
Maximum number of jobs to return
order
Sort order for jobs by creation time. 'asc' for oldest first, 'desc' for newest first
Allowed values:
order_by
Field to sort by
Response
Successful Response
created_by_id
The id of the user that made this object.
last_updated_by_id
The id of the user that made this object.
created_at
The unix timestamp of when the job was created.
updated_at
The timestamp when the object was last updated.
status
The status of the job.
completed_at
The unix timestamp of when the job was completed.
stop_reason
The reason why the job was stopped.
metadata
The metadata of the job.
job_type
Allowed values:
background
Whether the job was created in background mode.
agent_id
The agent associated with this job/run.
callback_url
If set, POST to this URL when the job completes.
callback_sent_at
Timestamp when the callback was last attempted.
callback_status_code
HTTP status code returned by the callback endpoint.
callback_error
Optional error message from attempting to POST the callback endpoint.
ttft_ns
Time to first token for a run in nanoseconds
total_duration_ns
Total run duration in nanoseconds
id
The human-friendly ID of the Job