get_dashboard
Fetch a Grafana dashboard by UID to retrieve its panels, datasources, raw queries (SQL/PromQL/LogQL), and template variables for reusing existing query logic.
Instructions
Fetch a dashboard by uid and return its panels with their datasource and raw queries (SQL / PromQL / LogQL) — the fastest way to reuse a query someone already wrote, plus its template variables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Dashboard uid from search_dashboards |