Skip to main content
GET
/
api
/
v1
/
pipelines
List all pipeline configurations
curl --request GET \
  --url http://localhost:8080/api/v1/pipelines \
  --header 'x-api-key: <api-key>'
[
  {}
]

Authorizations

x-api-key
string
header
required

Optional API key for authentication (enabled via application.yaml)

Response

Array of pipeline configurations