pipelines
Get a Pipeline
Get the specified Pipeline.
get/pipelines/{id}
Path parameters
idstring required
The <code>id</code> of the Pipeline to get.
Response
The requested Pipeline object in a single-item list.
Example response
{
"items": [
{
"conf": {
"functions": [
{
"id": "aggregate_metrics"
}
]
}
}
]
}