jobs
List Active Jobs
List all active jobs.
get/v1/jobs/active
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
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"
}
]