---
title: "Fetch multiple comments"
method: GET
path: "/comment/"
tags: ["comments"]
---

# Fetch multiple comments

`GET /comment/`

Comments may be fetched by `object_id` (the object that was commented on) or by `thread_id`. Exactly one of those filters must be provided.

Comments on leads the requestor cannot see are omitted from the response.

## Query parameters

- `thread_id` string, nullable
- `object_id` string, nullable

## Response `200`

Successful response

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

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