list_annotations
Retrieve Grafana annotations for a specified time range, filtering by dashboard ID or tags to audit events and track changes.
Instructions
List annotations for a time range.
Args: connection_name: Name of the Grafana connection time_from: Start time for annotations time_to: End time for annotations dashboard_id: Filter by dashboard ID tags: Filter by tags
Returns: JSON string with list of annotations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| time_to | No | ||
| time_from | No | ||
| dashboard_id | No | ||
| connection_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |