jobs
List Jobs
List all jobs.
get/v1/jobs/
Query parameters
source_idstring nullable
Only list jobs associated with the source.
Only list jobs associated with the source.
beforestring nullable
Cursor for pagination
Cursor for pagination
afterstring nullable
Cursor for pagination
Cursor for pagination
limitinteger nullable
Limit for pagination
Limit for pagination
activeboolean
Filter for active jobs.
Filter for active jobs.
ascendingboolean
Whether to sort jobs oldest to newest (True, default) or newest to oldest (False)
Whether to sort jobs oldest to newest (True, default) or newest to oldest (False)
Response
Successful Response
Example response
[
{
"id": "job-123e4567-e89b-12d3-a456-426614174000"
}
]