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>"
}