Skip to main content
GET
/
experiments
/
{id}
Get the specified entity
import requests

url = "http://api/apollo/experiments/{id}"

response = requests.get(url)

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

Path Parameters

id
string
required

The entity ID

Response

200 - application/json

successful operation

id
string