DashboardsRead-only

Get dashboard

get_dashboard

Get one dashboard by id or slug (full layout + widgets + filters).

Parameters

ParameterTypeRequiredDescription
dashboardIdstringrequiredInput for dashboardId.

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "get_dashboard",
"arguments": {
"dashboardId": "dashboardId_123"
}
}

Use this tool in

Related Dashboards tools