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

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

response = requests.get(url)

print(response.text)
[
  {}
]

Response

200 - application/json

successful operation

The response is of type object[].