Search dashboards
Searches for and returns pages of dashboards using a variety of filters. Search is eventually-consistent; changes to dashboards may take a few seconds to reflect in search results.
Also supports retrieving pages of archived dashboards; however, the following restrictions apply: only the limit and after parameters are respected, all others are ignored; archived dashboard retrieval does not support filtering, custom sorting, or property projection. Results are always returned in order from most recently deleted to least recently deleted.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
A cursor token for pagination. Use the value from the previous response's paging.next.after field.
Whether to retrieve archived dashboards only. Default false.
Filter to dashboards that are a part of the specified business units.
Filter to dashboards created after the specified date and time.
Filter to dashboards created before the specified date and time.
Filter to dashboards with the specified IDs.
The maximum number of results to display per page. Default 25, max 100.
Filter to only dashboards that are favorited by the requesting user. Default false.
Filter to dashboards owned by the specified users.
Additionally properties to include in the response. Refer to the response details for available fields.
Filter to dashboards whose name or description contains the search string.
Sort field and direction. Supported fields are name, updatedAt, and lastViewedAt. Defaults to -updatedAt
Filter to dashboards tagged with the specified tags.
Filter to dashboards updated after the specified date and time.
Filter to dashboards updated before the specified date and time.
Response
successful operation
An array of dashboards objects.
The total number of dashboards available.
Represents the pagination information for navigating through a list of results in the API. It provides details on how to access the previous or next set of results.