Skip to main content

Add run input

Add run input

Path Parameters
organization_id integer REQUIRED

Organization ID

pipeline_id integer REQUIRED

Pipeline ID

id integer REQUIRED

Run ID

Request Body

input

block_name string REQUIRED

Block name

data string REQUIRED

Data

input_name string REQUIRED

Input name

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

400

bad request

Schema OPTIONAL
errors object OPTIONAL
detail string OPTIONAL

Possible values: [Bad Request]

Error message

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