Get Job Run
Get information and results for a specific job run.
Authorizations
API Key used to authenticate your requests. How to create one.
Path Parameters
Your workspace ID. How to find it?
Your project name. It is the name you provide when creating a project.
Your job ID. It is the ID of the job you provide when creating it.
The job run ID. This can be obtained from the get job runs endpoint or from the result of the trigger endpoint for a job.
Response
The details of a job run.
The job run ID.
"11111111-1111-1111-1111-111111111111"
The project ID of the job.
"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
The ID of the job.
"Default"
The timestamp when the job run started executing.
"2025-01-01T00:00:00.000+00:00"
The status of the job run.
FAILED
, COMPLETED
, PENDING
, TERMINATED
, PAUSED
"COMPLETED"
Whether the job run was triggered manually or by the job schedule.
MANUAL
, SCHEDULED
"MANUAL"
The workspace ID of the project of the job.
"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
The timestamp when the job run completed execution.
"2025-01-01T00:00:00.000+00:00"
A summary of the job run. Contains how many payloads are pending, how many finished executing, succeeded and failed.
Details about the usage and billing associated with this job run.
Information about the aggregated results of the job run.