List Chats
list_chatsRetrieve AI chat interactions tracked by Peec AI with optional filters by date, project, brand, prompt, or model. Returns chat IDs, prompt/model references, and timestamps for analysis.
Instructions
List AI chat interactions tracked by Peec AI. Returns up to limit results (default: 100). Recommended: use date filters to scope results. Returns chat IDs, prompt/model refs, and dates. Without date filters, returns all chats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID (uses PEECAI_PROJECT_ID env if omitted). Call list_projects to find IDs. | |
| start_date | No | Start date filter (YYYY-MM-DD). Omit for no lower bound. | |
| end_date | No | End date filter (YYYY-MM-DD). Omit for no upper bound. | |
| brand_id | No | Filter by brand ID. Use list_brands to find IDs. | |
| prompt_id | No | Filter by prompt ID. Use list_prompts to find IDs. | |
| model_id | No | Filter by model ID. Use list_models to find IDs. | |
| model_channel_id | No | Filter by model channel ID (e.g. openai-0, perplexity-0). Use list_model_channels to find IDs. | |
| limit | No | Max results (1-10000, default: 100) | |
| offset | No | Results to skip |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _summary | Yes | Human-readable summary of the result | |
| chats | Yes |