v1

latestOpenAPI 3.0.0Apache 2.02026-07-2338718.6 KB
pipelines

Get pipeline details

Get details of one or more pipelines

get/pipelines

Query parameters

namestring

The name of the pipeline

Response

Successful operation

namestring

The name of the pipeline

pausedboolean

Whether the pipeline is currently paused or not

Example response

[
  {
    "name": "My Pipeline"
  }
]