get_panel_data
Retrieve data from a specific dashboard panel, including metrics and time series, by specifying project, dashboard, and panel IDs with optional time range.
Instructions
Get data for a specific dashboard panel.
Retrieves the data that powers a specific panel in a custom dashboard, including metrics, time series data, or aggregated values.
Args: project_id: The project ID dashboard_id: The dashboard ID panel_id: The panel ID within the dashboard from_time: Optional start time (ISO format or relative like '-1h') to_time: Optional end time (ISO format or 'now')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| dashboard_id | Yes | ||
| panel_id | Yes | ||
| from_time | No | ||
| to_time | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||