List Job Executions
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.
Response Body Schema
totalnumberZorunlu
Total number of results matching the query.
resultsarray<object>
Array of the paginated results matching the query.
results. job_idstringZorunlu
Job ID
results. statusstringZorunlu
Execution state (e.g. waiting, active, completed, failed, delayed, canceled).
results. max_attemptsinteger
Maximum attempts allowed before marking failed.
results. run_countinteger
Run count if this execution belongs to a scheduled job
results. metadataobjectZorunlu
Execution-specific metadata such as payload snapshot, error info, worker logs.