Skip to main content
GET
/
api
/
v1
/
runs
/
{id}
/
definition
Get run definition snapshot
curl --request GET \
  --url https://studio.eigenpal.com/api/v1/runs/{id}/definition \
  --header 'Authorization: Bearer <token>'
{
  "definition": "<unknown>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Run id

Response

Definition snapshot

definition
any
required

The workflow definition snapshot captured when the run was created.