Access activity logs
- Dashboard
- API
Navigate to Activity Logs in the sidebar to view all events across your organization.
Event types
Activity logs capture events across four categories:Agent lifecycle
Conversation lifecycle
Webhooks
Runtime events
Configuration changes
Severity levels
Each event has a severity level indicating its importance:Caller types
Events track who initiated the action:Filter activity logs
By event type
Filter to specific event types to focus your analysis:Filter by type
Filter by type
By severity
Focus on errors and critical issues:Filter by severity
Filter by severity
By date range
Query events within a specific time window:Filter by date range
Filter by date range
By agent or call
Track events for a specific agent or call:Filter by agent
Filter by agent
Filter by call
Filter by call
Full-text search
Search across event messages and metadata:Text search
Text search
Aggregations
Search results include aggregated counts for quick analysis. These show how events break down by type, severity, and caller across all matching results — not just the current page.API response structure
Search activity logs
Request:POST /api/v1/activity-logs/search
Request body:
Response example
Response example
Common tasks
Find all failed webhooks
Find all failed webhooks
Debug a specific call
Debug a specific call
Monitor tool call failures
Monitor tool call failures
Track agent configuration changes
Track agent configuration changes
Troubleshooting with activity logs
Activity logs are your first stop when debugging issues. Here’s how to approach common problems:Webhook not triggering?
- Search for
WebhookFailedevents for your agent - Check the
metadatafield for error details (timeout, DNS failure, HTTP status) - Verify webhook URL is publicly accessible
Tool calls failing silently?
- Filter by
types: ['ToolCallFailed']and your call ID - Review error messages and response times in metadata
- Check if the tool webhook is responding within the 10-second timeout
Unexpected call behavior?
- Get the full event timeline for the call ID (sort ascending by timestamp)
- Look for warning or error severity events
- Check if
CallRejectedByWebhookorCallFailedevents explain the issue
Activity logs are retained for 90 days. For longer retention or compliance requirements, export logs periodically using the search API.
What’s next
Call History
View and search past calls
Call Inspector
Deep dive into individual calls
Webhook Events
Understand webhook payloads
Testing Webhooks
Test webhook delivery