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

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

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

Get record comment detail

## Path parameters

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

## Response `200`

Returns the record's comment detail

- object[]
  - `id` string, required
  - `content` union[], required
    - union
      - object
        - `type` 'p', required
        - `value` unknown
        - `children` union[], required
          - union
            - object
              - …
            - object
              - …
            - object
              - …
      - 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

---

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