Skip to main content

List pipeline runs

List pipeline runs

Path Parameters
organization_id integer REQUIRED

Organization ID

pipeline_id integer REQUIRED

Pipeline ID

Query Parameters
search string

Search text

page integer

Page number

per_page integer

Items per page

Responses
200

success

Schema OPTIONAL
data object[]

Runs list

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

meta object
page integer

Page number

per_page integer

Items per page

total integer

Total items

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]

422

unprocessable entity

Schema OPTIONAL
errors object OPTIONAL