List chats (individual AI responses) for a project over a date range. Each chat is produced by running one prompt against one AI engine on a given date.
Filters:
- brand_id: only chats that mentioned the given brand
- prompt_id: only chats produced by the given prompt
- model_id: only chats from the given AI engine (chatgpt-scraper, gpt-4o, gpt-4o-search, gpt-3.5-turbo, llama-sonar, perplexity-scraper, sonar, gemini-2.5-flash, gemini-scraper, google-ai-overview-scraper, google-ai-mode-scraper, llama-3.3-70b-instruct, deepseek-r1, claude-3.5-haiku, claude-haiku-4.5, claude-sonnet-4, grok-scraper, microsoft-copilot-scraper, grok-4)
Use the returned chat IDs with get_chat to retrieve full message content, sources, and brand mentions.
Returns columnar JSON: {columns, rows, rowCount}. Columns: id, prompt_id, model_id, date.
Connector