Pipeline run object

backfill_id
integer

Backfill that this run belongs to.

block_runs
array of objects

The block runs for this specific pipeline run.

block_runs_count
integer
required

Number of block runs for this pipeline run.

completed_at
datetime

Date and time the pipeline run finished running successfully.

created_at
datetime
required

Date and time the pipeline run was created.

event_variables
object

When pipeline run is triggered from an API request, the API request payload is saved in the pipeline run’s event_variables column.

execution_date
datetime

Date and time the pipeline run started running.

id
integer
required

ID of pipeline run.

metrics
object

Various metrics related to the pipeline run; e.g. number of rows processed in a data integration pipeline sync.

passed_sla
boolean

Whether or not the pipeline run has passed the configured SLA.

pipeline_schedule_id
integer
required

Pipeline schedule ID that this pipeline run belongs to.

pipeline_schedule_name
string
required

Name of the pipeline schedule this pipeline run belongs to.

pipeline_schedule_token
string
required

Unique token of the pipeline schedule that this pipeline run belongs to.

pipeline_schedule_type
string
required

Pipeline schedule type that this pipeline run belongs to.

pipeline_uuid
string
required

Pipeline UUID that this pipeline run belongs to.

status
string
required

initial, running, completed, failed, cancelled

updated_at
datetime
required

Date and time the pipeline run record was most recently updated.

variables
object

Object containing variables for the pipeline that is being overwritten by this pipeline run.

[key]
string

The property name is user defined.