List Job Executions
read:job
Query Parameters
Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
Examples: id,created_at
Page number of records you wish to skip before selecting records. Final skipped records count would be limit * offset.
Additional query in PlusAuth Query Language format.
1
2
3
Loading...
Loading...
Response Body Schema
totalnumberRequired
Total number of results matching the query.
resultsarray<object>
Array of the paginated results matching the query.
results. job_idstringRequired
results.
job_idlength
0-256
Job ID
results. statusstringRequired
results.
statuslength
0-16
Execution state (e.g. waiting, active, completed, failed, delayed, canceled).
results. max_attemptsinteger
results.
max_attemptsmin1
Maximum attempts allowed before marking failed.
results. run_countinteger
results.
run_countRun count if this execution belongs to a scheduled job
results. metadataobjectRequired
results.
metadataExecution-specific metadata such as payload snapshot, error info, worker logs.