{
  "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,
    "create_initial_pipeline_run": 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"
  }
}

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,
    "create_initial_pipeline_run": 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_at
string
required
Date and time the trigger was created.
event_matchers
array of objects
Event matching logic for event triggers.
id
integer
required
Trigger ID.
last_pipeline_run_status
string
name
string
required
Name of trigger.
pipeline_runs_count
integer
pipeline_uuid
string
required
Pipeline UUID the trigger belongs to.
schedule_interval
string
@once, @hourly, @daily, @weekly, @monthly
schedule_type
string
required
Trigger type: api, event, time
settings
object
Additional settings for the trigger.
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.
status
string
required
active, inactive
tags
array
An array of tag names.
token
string
Unique string used in the URL when triggering pipeline via API request.
updated_at
datetime
required
Date and time the trigger was last updated.
variables
object
Object containing variables for the pipeline that is being overwritten by this trigger.