Skip to main content
GET
Read a conversation thread's transcript

Authorizations

x-api-key
string
header
required

Path Parameters

route_name
string
required

Query Parameters

page
integer
default:1

1-based page number, in the requested order.

Required range: 1 <= x <= 1000000
pageSize
integer
default:50

Items per page. A larger value is capped to 200, never refused.

Required range: x >= 1
thread_id
string
required

The thread to read, as the send door returned it.

Minimum string length: 1
Pattern: \S
order
enum<string>
default:asc

asc reads the transcript oldest first; desc is the live-tail order.

Available options:
asc,
desc
q
string

Optional text filter — keep only records whose inbound text or answer contains this substring (a BOUNDED scan, so a filtered page may report truncated).

Response

Success.

data
TranscriptEnvelope · object
required

A page of a thread's records (admin full records or the caller_view subset). order is the direction served; next_page is null on the last page.