Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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": {} } ] }
List a stable chronological lifecycle timeline for a run.
API key issued from Settings → API Keys. Pass as Authorization: Bearer <key>.
Authorization: Bearer <key>
Run id
Run events
Show child attributes