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
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.