pipelines
List all Pipelines within a Pack
Get a list of all Pipelines within the specified Pack.
get/p/{pack}/pipelines
Path parameters
packstring required
The <code>id</code> of the Pack.
Query parameters
offsetinteger
Pagination offset
limitinteger
Maximum number of items to return
Response
List of Pipeline objects.
Example response
{
"items": [
{
"conf": {
"functions": [
{
"id": "aggregate_metrics"
}
]
}
}
]
}