Skip to main content

What are call logs?

Call logs are a detailed record of all events that occur during a call. Every action — from when the call starts to when it ends — generates an event with contextual information that lets you understand exactly what happened and when. You can view the logs for each call from the call details view in the Call Log section.

Event categories

Events are organized into categories based on the type of activity:
Events that mark key moments in the call: when recording started, when the call completed, or if it failed.
EventDescription
Recording StartedCall recording was initiated
Call CompletedThe call ended successfully
Call FailedThe call failed due to an error
Events related to what the contact says during the call.
EventDescription
User Message ReceivedA message from the contact was received (transcription completed)
User Started SpeakingThe contact started speaking
User Stopped SpeakingThe contact stopped speaking
Events about the agent’s behavior and responses during the conversation.
EventDescription
Agent InitializedThe agent was initialized for the call
Greeting SentThe agent sent its welcome message
Agent Message SentThe agent generated and sent a response
Agent Started SpeakingThe agent started speaking
Agent Ended SpeakingThe agent finished speaking
Agent InterruptedThe contact interrupted the agent
Reminder Message SentThe agent sent an inactivity reminder
Events about native tools the agent executes during the call: transfers, hangups, adding participants.
EventDescription
Transfer Tool InvokedA call transfer was requested
Transfer Tool CompletedThe transfer completed successfully
Transfer Tool FailedThe transfer failed
Hangup Tool InvokedA hangup was requested
Hangup Tool CompletedThe call was hung up successfully
Events about the execution of integration tools (HTTP, MCP) configured by you.
EventDescription
Integration Tool InvokedThe agent executed an integration tool
Approval RequestedThe tool requires confirmation from the contact
Approval GrantedThe contact confirmed the execution
Approval DeniedThe contact denied the execution
Integration Tool CompletedThe integration executed successfully
Integration Tool FailedThe integration failed
Events about transitions between nodes in agents with conversational paths.
EventDescription
Path TransitionThe agent moved from one node to another
Node Generation StartedThe agent started generating a response at a node
Path ErrorAn error occurred during path execution
Events about the process of transferring to a human agent.
EventDescription
Human Participant DialingThe human agent is being called
Human Participant AnsweredThe human agent answered
Human Participant DisconnectedThe human agent disconnected
Transfer CompletedThe transfer was completed
Events about webhook deliveries to your endpoints.
EventDescription
Webhook QueuedThe webhook was queued for delivery
Webhook SentThe webhook HTTP request was sent
Webhook Response SuccessThe webhook received a successful response
Webhook Response FailedThe webhook received an error response
Webhook Retry ExhaustedAll webhook retries were exhausted

Event information

Each event in the log includes:
FieldDescription
TimestampExact date and time of the event
LevelEvent severity: INFO, WARNING, ERROR, or CRITICAL
CategoryWhich category it belongs to (lifecycle, agent, etc.)
EventSpecific event name
DataContextual information depending on the event type

Severity levels

LevelMeaning
INFONormal, expected behavior
WARNINGSomething unexpected happened but recovered automatically
ERRORAn operation failed (e.g., integration timeout, failed transfer)
CRITICALA severe failure that affected the entire call
Logs are designed to give you visibility into what happened during each call without exposing internal infrastructure details.