Skip to main content
GET
/
query-pipelines
List all pipeline definitions
import requests

url = "http://api/apollo/query-pipelines"

response = requests.get(url)

print(response.text)
[
  {}
]

Response

200 - application/json

successful operation

The response is of type object[].