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