v2
latestOpenAPI 3.0.02026-08-07182229.4 KBDashboards
listFavoriteDashboardIds
Returns the current user's favorited dashboard ids, with no dashboard metadata. Lets a client decide whether to default to a favorites-only view without first fetching the full dashboards list.
get/v1/dashboard/dashboards/favorites
Response
The current user's favorited dashboard ids
Example response
{
"dashboard_ids": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
]
}