List Jobs
List all jobs.
Query parameters
Only list jobs associated with the source.
Only list jobs associated with the source.
Job ID cursor for pagination. Returns jobs that come before this job ID in the specified sort order
Job ID cursor for pagination. Returns jobs that come before this job ID in the specified sort order
Job ID cursor for pagination. Returns jobs that come after this job ID in the specified sort order
Job ID cursor for pagination. Returns jobs that come after this job ID in the specified sort order
Maximum number of jobs to return
Maximum number of jobs to return
Sort order for jobs by creation time. 'asc' for oldest first, 'desc' for newest first
Sort order for jobs by creation time. 'asc' for oldest first, 'desc' for newest first
Field to sort by
Field to sort by
Filter for active jobs.
Filter for active jobs.
Whether to sort jobs oldest to newest (True, default) or newest to oldest (False). Deprecated in favor of order field.
Whether to sort jobs oldest to newest (True, default) or newest to oldest (False). Deprecated in favor of order field.
Response
Successful Response
Example response
[
{
"id": "job-123e4567-e89b-12d3-a456-426614174000"
}
]