Response
200 - application/json
successful operation
The response is of type object[].
import requests
url = "http://api/apollo/index-pipelines"
response = requests.get(url)
print(response.text)[
{}
]import requests
url = "http://api/apollo/index-pipelines"
response = requests.get(url)
print(response.text)[
{}
]successful operation
The response is of type object[].
Was this page helpful?