---
title: "Get Dashboard Likes"
method: GET
path: "/dashboards/{name}/likes"
tags: ["Dashboards"]
---

# Get Dashboard Likes

`GET /dashboards/{name}/likes`

The Like Dashboard endpoint retrieves the list of users who have 'liked' this Dashboard.

## Path parameters

- `name` string, required

## Response `200`

The list of Users who like the Dashboard.

## Other responses

- `401` — Authentication required: session key not provided.
- `404` — Dashboard not found.
- `500` — Server error.

---

[API](https://skmtc.dev/expediagroup/apis/cyclotron-api.md) · [All operations](https://skmtc.dev/expediagroup/apis/cyclotron-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expediagroup/cyclotron-api/revisions/18e751e6bc49/schema)
