---
title: "List Comments"
method: GET
path: "/api/v1/quick-spaces/spaces/{space_id}/comments"
tags: ["quickSpaces", "quickSpaces"]
---

# List Comments

`GET /api/v1/quick-spaces/spaces/{space_id}/comments`

## Path parameters

- `space_id` string, required

## Response `200`

Successful Response

- SpaceCommentResponseDTO[]
  - `id` string, required
  - `author` string, required
  - `body` string, required
  - `x` number, nullable
  - `y` number, nullable
  - `t` number, nullable
  - `t_end` number, nullable
  - `snapshot` string, nullable
  - `resolved` boolean
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/624917d53409/schema)
