Skip to main content
GET
/
api
/
public
/
v1
/
replies
/
threads
/
{thread_id}
Get thread details
curl --request GET \
  --url https://api.coldsend.pro/api/public/v1/replies/threads/{thread_id} \
  --header 'X-API-Key: <api-key>'
{
  "thread_id": "<string>",
  "lead_id": "<string>",
  "lead_email": "<string>",
  "lead_name": "<string>",
  "campaign_name": "<string>",
  "from_address": "<string>",
  "to_address": "<string>",
  "subject": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "is_read": true,
  "is_starred": true,
  "reply_count": 123,
  "inbox_id": "<string>",
  "campaign_id": "<string>",
  "inbox_email": "<string>",
  "category": "<string>",
  "ai_category": "<string>",
  "ai_confidence": 123,
  "manual_category": "<string>",
  "tags": [],
  "is_archived": false,
  "archived_domain_name": "<string>",
  "archived_inbox_email": "<string>",
  "archived_at": "2023-11-07T05:31:56Z"
}

Authorizations

X-API-Key
string
header
required

API key with format cs_live_xxx

Path Parameters

thread_id
string<uuid>
required

Thread ID

Response

Thread details retrieved

Response schema for detailed thread information.

thread_id
string
required

Thread ID

lead_id
string
required

Lead ID

lead_email
string
required

Lead email address

lead_name
string
required

Lead display name

campaign_name
string
required

Campaign name (External for non-campaign threads)

from_address
string
required

Thread from address

to_address
string
required

Thread to address

subject
string
required

Original subject

created_at
string<date-time>
required

Thread creation time

is_read
boolean
required

Whether thread is read

is_starred
boolean
required

Whether thread is starred

reply_count
integer
required

Number of replies

inbox_id
string | null

Inbox ID (None for archived threads)

campaign_id
string | null

Campaign ID (None for external threads)

inbox_email
string | null

Inbox email address (None for archived threads)

category
string | null

Effective category (manual or AI)

ai_category
string | null

AI-assigned category

ai_confidence
number | null

AI confidence score

manual_category
string | null

Manually assigned category

tags
Tags · object[]

Tags applied to this thread

is_archived
boolean
default:false

Whether thread is archived (domain deleted)

archived_domain_name
string | null

Name of deleted domain

archived_inbox_email
string | null

Email of deleted inbox

archived_at
string<date-time> | null

When thread was archived