Skip to main content
GET
/
api
/
v1
/
pipeline
Get a pipeline configuration
curl --request GET \
  --url http://localhost:8080/api/v1/pipeline \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
required

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

Query Parameters

pipeline
string
required

Pipeline name

Response

Pipeline configuration

The response is of type object.