External DocumentationTo learn more, visit the Power BI documentation.
Actions
List Dashboards
Returns a list of dashboards 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.
{
"@odata.context": "<string>",
"value": [
{
"id": "<string>",
"displayName": "<string>",
"isReadOnly": false,
"webUrl": "<string>",
"embedUrl": "<string>",
"users": [],
"subscriptions": []
}
]
}
Was this page helpful?