Skip to main content
GET
/
api
/
v1
/
experiments
/
{experimentId}
Resolve experiment by id
curl --request GET \
  --url https://studio.eigenpal.com/api/v1/experiments/{experimentId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "automationId": "<string>"
}

Authorizations

Authorization
string
header
required

API key issued from Settings → API Keys. Pass as Authorization: Bearer <key>.

Path Parameters

experimentId
string
required

Response

Experiment reference

id
string
required
automationId
string
required