Skip to main content
GET
/
api
/
v1
/
runs
/
{id}
/
events
List run events
curl --request GET \
  --url https://studio.eigenpal.com/api/v1/runs/{id}/events \
  --header 'Authorization: Bearer <token>'
{
  "events": [
    {
      "type": "<string>",
      "timestamp": "<string>",
      "status": "<string>",
      "message": "<string>",
      "metadata": {}
    }
  ]
}

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

Run events

events
object[]
required