v1
latestOpenAPI 3.1.02026-07-263992128.7 KBPipelines
Get a pipeline by selector
Retrieve a single pipeline by selector. Provide only one selector: pipeline_id, alias, or the pair repository and yaml_path.
get/pipeline
Query parameters
pipeline_idstring uuid4 nullable
Pipeline ID selector.
aliasstring nullable
Pipeline alias selector.
repositorystring nullable
Repository selector. Must be provided together with yaml_path.
yaml_pathstring nullable
Pipeline YAML path selector. Must be provided together with repository.
versioninteger nullable
Pipeline version selector (used for versioned pipeline YAML).
branchstring nullable
Pipeline branch selector (used for git-backed pipeline YAML).
commitstring nullable
Pipeline commit selector (used for git-backed pipeline YAML).
Response
Successful Response