Skip to content
Esc
No results found.

Get Job Execution Details

Scopes
read:job

Query Parameters

fields
string | array<string>

Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.

Examples: id,created_at 

limit
number
min-1
max
500

Limit the number of results returned

Examples: 5 

offset
number
min0
max
99999999999999

Page number of records you wish to skip before selecting records. Final skipped records count would be limit * offset.

q
string

Additional query in PlusAuth Query Language format.

sort_by
string | array<string>

Properties that should be ordered by, with their ordering type. To define order type append it to the field with dot. You can pass this parameter multiple times or you can include all values separated by commas.

Examples: id.asc,created_at.desc email.asc 

Path Parameters

execution_id
string
Required

Job Execution identifier

job_id
string
Required

Job identifier

GET
/jobs/{job_id}/runs/{execution_id}
cURL
cURLC#DartGoJavaJavaScriptPHPPythonRubyRustSwift
1
2
3
Loading...
Response
200
200
Loading...

Response Body Schema

job_id
string
Required
length
0-256

Job ID

status
string
Required
length
0-16

Execution state (e.g. waiting, active, completed, failed, delayed, canceled).

max_attempts
integer
min1

Maximum attempts allowed before marking failed.

run_count
integer

Run count if this execution belongs to a scheduled job

metadata
object
Required

Execution-specific metadata such as payload snapshot, error info, worker logs.