Skip to main content
GET
/
threads
/
{id}
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "organization_id": "<string>",
  "end_user_id": "<string>",
  "title": "<string>",
  "status": "regular",
  "message_count": 0,
  "total_tokens": 0,
  "created_at": "2023-11-07T05:31:56Z",
  "last_message_at": "2023-11-07T05:31:56Z",
  "resolved_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the resource

Response

OK

Thread resource representing a conversation thread. Used for analytics queries across threads.

id
string
required
organization_id
string
required
end_user_id
string
required
title
string | null
required
status
enum<string>
required
Available options:
regular,
archived,
deleted
message_count
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
total_tokens
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
created_at
string<date-time>
required
last_message_at
string<date-time> | null
required
resolved_at
string<date-time> | null
required
updated_at
string<date-time>
required