Voice Logs
List voice log events
Returns the recorded event timeline for one historical voice log. Use it to troubleshoot the sequence of events for a known call segment; use Get voice log for the log summary. This endpoint reports history and does not subscribe to or control live call events.
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": {}
}
]
}Changes
No changes found, but 3 of the 137 revisions have a changelog that could not be searched — this endpoint may have changed in one of them.