---
title: "Get comments"
method: GET
path: "/api/v1/comments/dashboards/{dashboardUuidOrSlug}"
tags: ["Comments"]
---

# Get comments

`GET /api/v1/comments/dashboards/{dashboardUuidOrSlug}`

Gets all comments for a dashboard

## Path parameters

- `dashboardUuidOrSlug` string, required

## Query parameters

- `resolved` boolean

## Response `200`

Success

- ApiGetComments
  - `results` object, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/revisions/40c933755c9a/schema)
