External DocumentationTo learn more, visit the Power BI documentation.
Actions
Get Dashboard
Returns the specified dashboard from My workspace.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Dashboard ID | The dashboard ID. Can be obtained via the List Dashboards action. |
{
"@odata.context": "<string>",
"id": "<string>",
"displayName": "<string>",
"isReadOnly": false,
"webUrl": "<string>",
"embedUrl": "<string>",
"users": [],
"subscriptions": []
}
Was this page helpful?