Job APIs
Get Job Runs
Get all job runs of a job.
GET
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.
Response
200 - application/json
The job run ID.
The ID of the job.
The project ID of the job.
The timestamp when the job run started executing.
The status of the job run.
Available options:
FAILED
, COMPLETED
, PENDING
, TERMINATED
, PAUSED
Whether the job run was triggered manually or by the job schedule.
Available options:
MANUAL
, SCHEDULED
The workspace ID of the project of the job.
A summary of the job run. Contains how many payloads are pending, how many finished executing, succeeded and failed.