get_ai_visibility_trend
Track how LLM brand perception changes over time. Get up to 200 data points for time-series analysis of AI visibility trends.
Instructions
Get AI Visibility trend data over time — track how LLM brand perception changes. Returns up to 200 data points. Without provider filter: returns pre-computed aggregate summaries across all LLMs. With provider filter (openai, claude, gemini): computes from raw per-provider results. Use this for time-series analysis; use get_ai_visibility_dashboard for the latest snapshot or get_ai_visibility_check_detail for a specific check. Read-only. Returns JSON array. Dates are ISO-8601 format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dateTo | No | End date in ISO-8601 format (e.g., 2026-03-15) | |
| dateFrom | No | Start date in ISO-8601 format (e.g., 2026-01-01) | |
| provider | No | Filter by LLM provider. Omit for aggregate view across all providers | |
| projectId | Yes | Project ID (from list_projects) |