Voice Logs
List voice log events
List all events for a specific log.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice.
Learn more about API scopes.
get/api/voice/logs/{id}/events
Path parameters
idstring uuid required
Universal Unique Identifier.
Unique ID of the log. This is the segment_id you can find in Relay call details in your Dashboard UI or in return objects when using the SDK.
Response
The request has succeeded.
Example response
{
"data": [
{
"event_at": "2024-05-06T12:20:00Z",
"level": "info",
"name": "calling_call_initiated",
"details": {}
}
]
}