---
title: "GET /comment/{tableId}/{recordId}/list"
method: GET
path: "/comment/{tableId}/{recordId}/list"
tags: ["comment"]
---

# GET /comment/{tableId}/{recordId}/list

`GET /comment/{tableId}/{recordId}/list`

Get record comment list

## Path parameters

- `tableId` string, required
- `recordId` string, required

## Query parameters

- `take` union — The record count you want to take, maximum is 1000
  - string
  - number
- `cursor` string, nullable
- `includeCursor` union
  - boolean
  - string
- `direction` union
  - 'forward'
  - 'backward'

## Response `200`

Returns the list of record's comment

- object
  - `comments` object[], required
    - `id` string, required
    - `content` union[], required
      - union
        - object
          - `type` 'p', required
          - `value` unknown
          - `children` union[], required
            - union
              - …
        - object
          - `type` 'img', required
          - `value` unknown
          - `path` string, required
          - `width` number
          - `url` string
    - `createdBy` object, required
      - `id` string, required
      - `name` string, required
      - `avatar` string
    - `reaction` object[], nullable
      - `reaction` string, required
      - `user` object[], required
        - `id` string, required
        - `name` string, required
        - `avatar` string
    - `createdTime` string, required
    - `lastModifiedTime` string
    - `quoteId` string
    - `deletedTime` string
  - `nextCursor` string, nullable

---

[API](https://skmtc.dev/teable/apis/teable-app.md) · [All operations](https://skmtc.dev/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/teable/teable-app/revisions/7515f3b33d79/schema)
