Documentation Index
Fetch the complete documentation index at: https://docs.voiceaura.ai/llms.txt
Use this file to discover all available pages before exploring further.
Your API key for authentication.
Path Parameters
The unique identifier of the call for which you want to retrieve detailed information.
Response
The level of the event - queue or call
The message of the event.
The category of the event - info, performance or error.
The unique identifier for the call.
{
"level": "<string>",
"message": "<string>",
"category": "<string>",
"call_id": "<string>",
"timestamp": "<string>"
}