Skip to content

Get a job run by ID

GET
/jobs/{jobId}/runs/{runId}
jobId
required
string

Job definition ID

runId
required
string

Job run ID

workspaceId
required
string

Workspace ID

Job run details

object
created_at
required
string format: date-time
created_by
required
string
updated_at
required
string format: date-time
updated_by
required
string
is_soft_deleted
required
boolean
version
required
number
encryption_key_name
required
string
encryption_key_version
number
vault_key_version
number
id
required

Unique job run identifier

string
request_id
required

ID of the trigger request that created this run

string
job_id
required

ID of the job definition

string
workspace_id
required

Workspace containing the job

string
status
required

Current status of the run

string
Allowed values: QUEUED RUNNING COMPLETED ERRORED CANCELLED
triggered_by
required

Who or what triggered this run

string
run_label

Optional human-readable label attached at trigger time

string
argo_workflow_name

Argo Workflow resource name for this run

string
started_at

ISO-8601 timestamp when execution started

string
completed_at

ISO-8601 timestamp when execution completed

string
rows_processed
required

Total rows processed

number
0
rows_matched
required

Total rows matched

number
0
rows_unmatched
required

Total rows with exceptions

number
0
error

Error details if status is ERRORED

object
code
required

Machine-readable error code

string
message
required

Human-readable error message

string
details

Additional error details

string
parameters

Runtime parameters for this execution

object

WorkspaceId is required

Job run not found