Skip to main content

Start pipeline run

Start pipeline run

Path Parameters
organization_id integer REQUIRED

Organization ID

pipeline_id integer REQUIRED

Pipeline ID

id integer REQUIRED

Run ID

Responses
200

success

Schema OPTIONAL
data object
config object
blocks object[]

Blocks list

costs object[]

Run costs

data object
amount number

Run cost amount

created_at date

Run cost created at

description string

Run cost description

id integer

Run cost ID

created_at string

Created at

id integer

Run ID

status string

Possible values: [created, running, finished]

Run status

401

unauthorized

Schema OPTIONAL
errors object OPTIONAL
detail string OPTIONAL

Possible values: [Unauthorized]

Error message

403

forbidden

Schema OPTIONAL
errors object OPTIONAL
detail OPTIONAL

Possible values: [Forbidden]

404

not_found

Schema OPTIONAL
errors object OPTIONAL
detail string OPTIONAL

Possible values: [Not Found]

Error message

422

unprocessable entity

Schema OPTIONAL
errors object OPTIONAL