---
title: "List Comments"
method: GET
path: "/comment"
tags: ["Comment"]
---

# List Comments

`GET /comment`

Retrieve a list of comments

## Query parameters

- `id` string
- `created_at` string
- `organisation_id` string
- `updated_at` string
- `conversation_id` string
- `message_id` string
- `author_id` string
- `content` string
- `select` string
- `order` string
- `offset` string
- `limit` string

## Headers

- `Range` string
- `Range-Unit` string

## Response `200`

OK

- Comment[]
  - `id` string, uuid — Comment ID
  - `created_at` string, timestamp with time zone — Comment creation date
  - `organisation_id` string, uuid — Organisation ID
  - `updated_at` string, timestamp with time zone — Latest update
  - `conversation_id` string, uuid — Conversation ID
  - `message_id` string, uuid, nullable — Message ID
  - `author_id` string, uuid, nullable — Author ID
  - `content` object, nullable — Content of comment

---

[API](https://skmtc.dev/getmateo/apis/mateo-api.md) · [All operations](https://skmtc.dev/getmateo/apis/mateo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getmateo/mateo-api/revisions/22a9b3b009d1/schema)
