Search activity log
Searches activity log events with filtering by type, severity, caller, date range, and free-text search on message and metadata. Returns paginated results with aggregated counts for types, severities, and callers.
Search Capabilities
- Type filtering: Filter by event type (Webhook, ToolCall, ApiRequest, McpCall, Scheduler, WebInterfaceCall)
- Severity filtering: Filter by severity level (Info, Warning, Error, Critical)
- Caller filtering: Filter by who initiated the action (User, System)
- Date range filtering: Filter by event timestamp
- Agent/Call filtering: Filter by specific agent IDs or call IDs
- Full-text search: Search across event messages and metadata
- Aggregations: Get counts grouped by type, severity, and caller
Search Examples
Body
Search criteria and options
Search parameters for querying activity log events with filtering, pagination, and sorting.
Page number for pagination, using 0-based indexing. Defaults to 0.
Number of activity log events to return per page. Defaults to 20.
1 <= x <= 100Filter by activity event types (e.g., Webhook, ToolCall, ApiRequest).
Type of activity log event. Describes the specific action that occurred.
AgentCreated, AgentUpdated, AgentDeleted, AgentCloned, CallCreated, CallBulkScheduled, CallCanceled, CallCompleted, CallFailed, CallDeadlineExceeded, CallDispatched, CallReceived, CallRejectedByWebhook, WebhookSuccess, WebhookFailed, ToolCallSuccess, ToolCallFailed, McpCallExecuted, ConfigurationCreated, ConfigurationUpdated, ConfigurationDeleted, CustomerDataRemoved Filter by severity levels (e.g., Error, Critical).
Severity level of an activity log event.
Info, Warning, Error, Critical Filter by caller types (User and/or System).
Identifies who initiated the logged action.
User, System Filter by user email address.
Filter by one or more call IDs.
Filter by one or more agent IDs.
Start of date range for filtering by timestamp.
End of date range for filtering by timestamp.
Free-text search query that searches the message and metadata fields.
Field name to sort results by. Defaults to "timestamp".
Direction to sort results. Defaults to Descending (newest first).
Ascending, Descending Response
Returns search results successfully
Search results for activity log events including pagination metadata, aggregations, and performance metrics.
Activity log events in the current page.
Total number of events matching the search criteria across all pages.
Current page number (0-based).
Number of results per page.
Total number of pages available.
Search execution time in milliseconds.
Aggregated statistics about the search results including counts by type, severity, and caller.