Pipeline schedule object

{
  "created_at": "2023-03-01 20:27:23.645692+00:00",
  "event_matchers": [],
  "id": 41,
  "last_pipeline_run_status": null,
  "name": "dark brook",
  "pipeline_runs_count": 0,
  "pipeline_uuid": "dry_bird",
  "schedule_interval": "@once",
  "schedule_type": "time",
  "settings": {
    "allow_blocks_to_fail": true,
    "skip_if_previous_running": false
  },
  "sla": 950400,
  "start_time": "2023-03-01 22:04:00+00:00",
  "status": "inactive",
  "tags": ["core data"],
  "token": "1dca215c01564d48bf0d3db7d5450a20",
  "updated_at": "2023-03-01 22:04:29.761238+00:00",
  "variables": {
    "env": "dev"
  }
}
created_atrequired
string

Date and time the trigger was created.

event_matchers
array of objects

Event matching logic for event triggers.

idrequired
integer

Trigger ID.

last_pipeline_run_status
string
namerequired
string

Name of trigger.

pipeline_runs_count
integer
pipeline_uuidrequired
string

Pipeline UUID the trigger belongs to.

schedule_interval
string

@once, @hourly, @daily, @weekly, @monthly

schedule_typerequired
string

Trigger type: api, event, time

settings
object

Additional settings for the trigger.

allow_blocks_to_fail
boolean

If true, then blocks in the pipeline will continue to run even if unrelated blocks fail.

skip_if_previous_running
boolean

If true, then new pipeline runs won’t be triggered until the most recent pipeline run is no longer running.

sla
integer

If the pipeline run has been running for more than the SLA value, then the pipeline will fail.

start_time
datetime

Date and time when the trigger should start running.

statusrequired
string

active, inactive

tags
array

An array of tag names.

token
string

Unique string used in the URL when triggering pipeline via API request.

updated_atrequired
datetime

Date and time the trigger was last updated.

variables
object

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

[key]
string

The property name is user defined.