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

# Fetch multiple comment threads

`GET /comment_thread/`

Users with restricted lead visibility cannot list comment threads across all leads, and must scope the request to specific threads or objects via the `ids` or `object_ids` filters. Unscoped requests from such users return a `403`.

## Query parameters

- `_limit` integer
- `_skip` integer
- `ids` string[], nullable
- `object_ids` string[], nullable

## Response `200`

Successful response

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — The requestor has restricted lead visibility and did not scope the request by `ids` or `object_ids`.
- `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)
