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.