Skip to main content
GET
/
experiments
Get all entities
import requests

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

response = requests.get(url)

print(response.text)
[
  {
    "id": "<string>"
  }
]

Response

200 - application/json

successful operation

id
string