v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011189403.1 MB
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.

countinteger required

Number of items present in the items array

offsetinteger

Pagination offset

limitinteger

Pagination limit

totalCountinteger

Total number of items available (present when limit is set)

Example response

{
  "items": [
    {
      "conf": {
        "functions": [
          {
            "id": "aggregate_metrics"
          }
        ]
      }
    }
  ]
}