v1

latestOpenAPI 3.0.3MIT2026-07-1411163326.7 KB
Pipeline

Get pipeline values for a pipeline

Returns a map of pipeline values by pipeline ID. For more information see the pipeline values reference page.

get/pipeline/{pipeline_id}/values

Response

A JSON object of pipeline values.

PipelineValues required

Example response

{
  "some.key": "some-value",
  "different.key": true,
  "another.field": 1
}