Events
Access the full event history from your VoiceRun sessions. Events include all input and output events processed during a conversation (StartEvent, TextEvent, TextToSpeechEvent, etc.).
View in app: Open a session and select the Events tab.
Get Events#
Retrieve all events for a specific session.
GET /v1/agents/{agentId}/sessions/{sessionId}/formattedEvents
Query Parameters#
| Parameter | Type | Description |
|---|---|---|
format | string | Response format: "json" or "csv" (default: "csv") |
Related#
- Transcripts — Get only transcript events (user and assistant speech) using
filter=transcript - Latency Metrics — Performance metrics included in session events
