get_dashboard
Get the full dashboard definition by UID, including widget layout, global filters, and metadata.
Get the full dashboard definition by UID, including widget layout, global filters, and metadata.
Read-only · Calls external systems. Safe to call: this tool does not modify data.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
dashboard_uid | string | Yes | Dashboard UID (from list_dashboards) |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"dashboard_uid": "string"
}
Description
The layouts field contains the complete widget configuration (v2 format: {md: [...]}).
What's next?
Last updated on