cURL
curl --request GET \ --url https://api.veryfront.com/conversations/{conversation_id}/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>" } } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Agent run public stream snapshot
x >= 0
Show child attributes