cURL
curl --request GET \ --url https://api.veryfront.com/conversations/{conversation_id}/agent-runs/{run_id}/events \ --header 'Authorization: Bearer <token>'
{ "data": [ { "event_id": 1, "event": { "type": "RUN_STARTED", "runId": "<string>", "threadId": "<string>", "agentId": "<string>" } } ], "page_info": { "self": "<string>", "first": null, "next": "<string>", "prev": "<string>" } }
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
1
x >= 0
1 <= x <= 500
Agent run event log
Show child attributes