v51

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

countinteger required

number of items present in the items array

Example response

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