lbm_get_history
Retrieve historical competitor mention trends from LLM scans over time. Analyze visibility changes per date with per-model breakdowns for competitive insight.
Instructions
WHEN TO USE: To see competitor mention trends over time — which competitors were mentioned by LLMs across multiple scans and how their visibility changed. Use for competitive trend analysis and reporting. REQUIRES: project_id from lbm_list_projects. RETURNS: Historical competitor mention statistics per date, with per-model breakdowns. NOTE: Response structure may differ between time_range and start_date/end_date params.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Items per page (default: 20, max: 100) | |
| offset | No | Items to skip (default: 0) | |
| end_date | No | End date YYYY-MM-DD (required with start_date) | |
| project_id | Yes | Project ID | |
| start_date | No | Start date YYYY-MM-DD (overrides time_range) | |
| time_range | No | Time range shortcut (default: 30d). Overridden by start_date/end_date. | |
| model_filter | No | Optional: comma-separated model IDs | |
| prompt_filter | No | Optional: comma-separated prompt texts |