---
title: "listFavoriteDashboardIds"
method: GET
path: "/v1/dashboard/dashboards/favorites"
tags: ["Dashboards"]
---

# listFavoriteDashboardIds

`GET /v1/dashboard/dashboards/favorites`

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.

## Response `200`

The current user's favorited dashboard ids

- object
  - `dashboard_ids` DashboardID[], required
  - `total` integer, required

## Changes

- **2026-08-07** `59651f8bc5ff` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/epilot/apis/dashboard-api/changes/v1/dashboard/dashboards/favorites/get.md)

---

[API](https://skmtc.dev/epilot/apis/dashboard-api.md) · [All operations](https://skmtc.dev/epilot/apis/dashboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/epilot/dashboard-api/revisions/91d9e23375ac/schema)
