GET
/
{workspaceId}
/
projects
/
{projectName}
/
jobs
/
{jobId}
/
runs

Authorizations

x-api-key
string
headerrequired

API Key used to authenticate your requests. How to create one.

Path Parameters

workspaceId
string
required

Your workspace ID. How to find it?

projectName
string
required

Your project name. It is the name you provide when creating a project.

jobId
string
required

Your job ID. It is the ID of the job you provide when creating it.

Response

200 - application/json
id
string
required

The job run ID.

jobId
string
required

The ID of the job.

projectId
string
required

The project ID of the job.

start_time
string
required

The timestamp when the job run started executing.

status
enum<string>
required

The status of the job run.

Available options:
FAILED,
COMPLETED,
PENDING,
TERMINATED,
PAUSED
summary
object | null

A summary of the job run. Contains how many payloads are pending, how many finished executing, succeeded and failed.

type
enum<string>
required

Whether the job run was triggered manually or by the job schedule.

Available options:
MANUAL,
SCHEDULED
workspace_id
string
required

The workspace ID of the project of the job.