Get a reusable pipeline
Get pipeline details, build status, reusable definition, and run schemas. Fetch this before running when you need the inputJsonSchema for the next run. Only ready pipelines with a latestRevisionId can be executed.
Authorizations
OAuth2 access token or API key
Response
Pipeline
Reusable pipeline id.
Human-readable reusable pipeline name.
Playbook that owns this pipeline and defines its run input contract.
scheduling, reporting Current pipeline build status. Only ready pipelines can be run, but schemas may be visible before the build completes.
building, ready, failed Latest ready executable revision id, or null while the pipeline is building.
JSON Schema for the input object accepted by pipeline runs. Fetch pipeline detail before running and send matching data under the run request input property.
JSON Schema for run output once a run completes.
Latest pipeline run summary, if one exists. Fetch links.self to read full output or error details.
Public error details when status is failed.