Skip to main content
The dashboards query retrieves a list of dashboards accessible to the current user, with optional filtering by domain and owner.

Signature

Arguments

DashboardScope!
required
The access level to filter dashboards by. See DashboardScope.
String
Optional filter to retrieve only dashboards associated with a specific domain.
String
Optional filter to retrieve only dashboards owned by a specific user.

Response

Returns a DashboardsResponse 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