Get Job Execution Details
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
job_idstringZorunlu
length
0-256
Job ID
statusstringZorunlu
length
0-16
Execution state (e.g. waiting, active, completed, failed, delayed, canceled).
max_attemptsinteger
min1
Maximum attempts allowed before marking failed.
run_countinteger
Run count if this execution belongs to a scheduled job
metadataobjectZorunlu
Execution-specific metadata such as payload snapshot, error info, worker logs.