Skip to main content

Create pipeline

Create pipeline

Path Parameters
organization_id integer REQUIRED

Organization ID

Request Body

pipeline

pipeline object REQUIRED
config object REQUIRED

Pipeline config

name string REQUIRED

Pipeline name

Responses
200

success

Schema OPTIONAL
data object
config object
blocks object[]

Blocks list

id integer

Pipeline ID

interface_config object OPTIONAL

Interface config

name string

Pipeline name

organization_id integer

Organization ID

runs_count integer

Runs count

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