Async Jobs
List Runs API
List all async jobs with optional filtering
GET
Retrieve a paginated list of all async jobs with optional status filtering.
Filter jobs by status. One of:
queued, running, succeeded, failed, cancelled.Filter jobs by session identifier.
Page number for pagination (1-indexed).
Number of jobs per page. Maximum: 100.
Response
Array of job objects.
Total number of jobs matching the filter.
Current page number.
Number of jobs per page.
Job Object
Unique job identifier.
Current job status.
ISO 8601 timestamp of job creation.
Session identifier if provided during submission.
Error Responses
| Status | Description |
|---|---|
400 | Bad request - invalid query parameters |
500 | Internal server error |

