v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011189403.1 MB
pipelines

Get a Pipeline within a Pack

Get the specified Pipeline within the specified Pack.

get/p/{pack}/pipelines/{id}

Path parameters

idstring required

The <code>id</code> of the Pipeline to get.

packstring required

The <code>id</code> of the Pack.

Response

The requested Pipeline object in a single-item list.

countinteger required

number of items present in the items array

Example response

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