---
title: "Get all threads on an issue"
method: GET
path: "/issues/{id}/threads"
tags: ["messages"]
---

# Get all threads on an issue

`GET /issues/{id}/threads`

Returns all threads for the specified issue.

**Rate limit:** 20 requests per minute

## Path parameters

- `id` string, required

## Response `200`

- GetIssueThreadsResponseBody
  - `data` IssueThread[] — The data payload of the response.
    - `channel_id` string — The ID of the channel that the thread belongs to, if the thread is being synced with a chat platform.
    - `id` string — The ID of the thread.
    - `issue_id` string — The issue ID that the thread belongs to.
    - `name` string — The name of the thread.
    - `source` string — The source of the thread.
    - `thread_id` string — The ID of the thread that the thread belongs to, if the thread is being synced with a chat platform. A thread ID for Slack would be the thread timestamp.
  - `request_id` string — The request ID for tracking.

## Other responses

- `400` — The request was invalid or could not be completed.
- `404`
- `500` — An unexpected internal error occurred.

---

[API](https://skmtc.net/usepylon/apis/pylon-api.md) · [All operations](https://skmtc.net/usepylon/apis/pylon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usepylon/pylon-api/versions/999c51740b4e/schema)
