---
title: "Get all comments"
method: GET
path: "/dataset/{handle}/comments"
tags: ["comments"]
---

# Get all comments

`GET /dataset/{handle}/comments`

Get all comments in the sheet.

## Path parameters

- `handle` string, required

## Response `200`

OK

- CommentsCellComment[]
  - `author` string
  - `column` string
  - `comment` string
  - `comment_id` string
  - `created_at` string
  - `row` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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