Skip to main content
GET
Get Pipeline

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Api-key
string | null

Path Parameters

pipeline_id
string<uuid>
required

Response

Successful Response

name
string
required
description
string
required
id
string<uuid>
required
organisation_id
string
required
current_version
PipelineVersionRead · object
required
cron_schedule
string | null
required
created_at
string<date-time>
required
reference_notes
string | null
pipeline_runs
PipelineRunRead · object[]