get_widget_data
Retrieve dashboard widget data using widget ID, with optional project and time range parameters.
Instructions
Get data for a specific dashboard widget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Widget ID. Must be a number (integer), not a string. | |
| projectId | No | Project ID for widget context. Must be a number (integer), not a string. | |
| projectName | No | Project name (alternative to projectId). | |
| from | No | Start of time range (Unix timestamp ms). Must be a number, not a string. | |
| to | No | End of time range (Unix timestamp ms). Must be a number, not a string. |