TheDocumentation Index
Fetch the complete documentation index at: https://docs.wisdom.ai/llms.txt
Use this file to discover all available pages before exploring further.
dashboards query retrieves a list of dashboards accessible to the current user, with optional filtering by domain and owner.
Signature
Arguments
The access level to filter dashboards by. See DashboardScope.
Optional filter to retrieve only dashboards associated with a specific domain.
Optional filter to retrieve only dashboards owned by a specific user.
Response
Returns aDashboardsResponse object containing a list of accessible dashboards. See DashboardsResponse for the schema.
Usage example
This example shows how to retrieve all dashboards with viewer access:Next steps
Dashboard Query
Retrieve a specific dashboard
Create Dashboard
Create a new dashboard
DashboardsResponse Object
Complete response schema