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
}