Skip to main content
GET
/
history
Return a list of services
import requests

url = "http://api/apollo/history"

response = requests.get(url)

print(response.text)
[
  "<string>"
]

Response

200 - application/json

successful operation

The response is of type string[].