v1
latestOpenAPI 3.0.32026-08-061874701.5 MBList dashboards
Gets a list of all dashboards that the user has access to.
Note: For pagination guidance, refer to Token-based pagination.
Query parameters
You can optionally choose to receive and send dates/times in numeric format, as milliseconds since the UNIX epoch (midnight on January 1, 1970 in UTC time), using the query string parameter numericDates with a value of true. This query parameter works for any API request.
The lastKey token returned from the previous page of results. If not specified, the first page of results is returned.
The maximum number of items to return in the response. The actual number of items returned may be less than maxItems.
If the total number of dashboards the user has access to exceeds maxItems, the response will include a lastKey field. This key can be used as a parameter in subsequent requests to retrieve additional items beyond those already returned.
Response
IndexResult object containing an array of Dashboard objects with a subset of attributes.
Note: For pagination guidance, refer to Pagination.
Example response
{
"lastKey": "abcDefGhIjKlMnOpQrStUvWxYz"
}