read_sessions
List sessions for application. Filter by interaction types (chat, search, navigation, form_submission, voice), embed types, answer types, tool IDs, or a full-text search query. Each session includes its full history, but document chunks and tool calls are returned as references (IDs + titles) rather than full content.Returns paginated results ordered by start time descending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| tool_ids | No | Filter sessions that involved specific tool UUID(s). Only exists for chat sessions. | |
| embed_types | No | Filter by embed type(s) through which sessions were initiated. | |
| time_filter | No | Time window for the analytics query. Accepts either: (a) a preset enum value: 'this_month', 'this_year', 'last_month', 'last_30_days' (default), 'last_6_months', 'last_12_months'; or (b) an explicit ISO date range as 'YYYY-MM-DD,YYYY-MM-DD' (inclusive). | |
| answer_types | No | Filter by answer type(s) returned to users. Only exists for chat sessions. | |
| interactions | No | 'chat', 'search', 'navigation', 'form_submission', or 'voice'. | |
| search_query | No | Full-text search across session content. Returns all when omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||