---
title: "GET /api/row_comments/{table_id}/{row_id}/"
method: GET
path: "/api/row_comments/{table_id}/{row_id}/"
tags: ["Database table rows"]
---

# GET /api/row_comments/{table_id}/{row_id}/

`GET /api/row_comments/{table_id}/{row_id}/`

Returns all row comments for the specified table and row.

This is a **premium** feature.

## Path parameters

- `row_id` integer, required
- `table_id` integer, required

## Query parameters

- `limit` integer
- `offset` integer
- `page` integer
- `size` integer
- `view` integer

## Response `200`

- PaginationSerializerRowComment
  - `count` integer, required — The total amount of results.
  - `next` string, uri, nullable, required — URL to the next page.
  - `previous` string, uri, nullable, required — URL to the previous page.
  - `results` RowComment[], required
    - `id` integer, required
    - `user_id` integer, nullable, required — The user who made the comment.
    - `first_name` string
    - `table_id` integer, required — The table the row this comment is for is found in.
    - `row_id` integer, required — The id of the row the comment is for.
    - `message` string, required
    - `created_on` string, date-time, required
    - `updated_on` string, date-time, required
    - `edited` string, required
    - `trashed` boolean

## Other responses

- `400`
- `404`

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/versions/0c490e5b0c7f/schema)
