v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBDashboards
Get all dashboards
Get all dashboards.
Note: This query will only return custom created or cloned dashboards. This query will not return preset dashboards.
get/api/v1/dashboard
Query parameters
filter[shared]boolean
When true, this query only returns shared custom created or cloned dashboards.
filter[deleted]boolean
When true, this query returns only deleted custom-created or cloned dashboards. This parameter is incompatible with filter[shared].
countinteger
The maximum number of dashboards returned in the list.
startinteger
The specific offset to use as the beginning of the returned response.
Response
OK
Example response
{
"dashboards": [
{
"layout_type": "ordered"
}
]
}