---
title: "Get Thread"
method: GET
path: "/v1/threads/{thread_id}"
tags: ["threads"]
---

# Get Thread

`GET /v1/threads/{thread_id}`

Fetch a single conversation thread with its messages.

Requires the `messages:read` scope on the API key.

## Path parameters

- `thread_id` string, required

## Query parameters

- `message_limit` integer — How many of the most recent messages to return.

## Response `200`

Successful Response

- ThreadDetailPublicOutput
  - `thread_id` string, required — Unique thread identifier.
  - `subject` string, required — Subject line of the conversation thread.
  - `channel` 'EMAIL' | 'LINKEDIN' | 'CALENDAR' | 'MANUAL', required
  - `contact_id` string, uuid, nullable — Contact associated with the thread.
  - `contact_name` string, nullable — Name of the contact.
  - `sequence_template_id` string, uuid, nullable — Sequence template associated with the thread.
  - `sequence_template_name` string, nullable — Name of the sequence template.
  - `lead_status` 'ACTIVE' | 'SUCCEEDED' | 'FAILED' | 'COMPLETED' | 'WAITING_FOR_LEAD' | 'WAITING_FOR_USER' | 'STOPPED_EARLY' | 'FOUND' | 'REFUSED'
  - `total_message_count` integer, required — Total count of messages in the thread.
  - `messages` ThreadMessagePublicOutput[] — Most recent messages in the thread, oldest first.
    - `message_id` string, uuid, required — Unique message identifier.
    - `sender` string, nullable — Sender name or email.
    - `direction` 'INBOUND' | 'OUTBOUND', required
    - `sent_at` string, date-time, required — When the message was sent.
    - `body` string, required — Body text of the message.
    - `reply_category` 'MEETING' | 'INTERESTED' | 'BAD_TIMING' | 'REFERRAL' | 'WRONG_PERSON' | 'LEFT_COMPANY' | 'OUT_OF_OFFICE' | 'SPAM_FILTER' | 'UNKNOWN' | 'UNSUBSCRIBED' | 'BOUNCED'

---

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