v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Email Inboxes

Get a thread and a page of its messages

Returns a bounded page of inbound and outbound thread messages interleaved in chronological order using stable cursor pagination.

get/email_inboxes/{inbox_id}/threads/{thread_id}

Path parameters

inbox_idstring uuid required

Email inbox UUID.

thread_idstring uuid required

Email thread UUID.

Query parameters

page[size]integer

Number of thread messages to return. Defaults to 25; maximum is 100.

page[after]string

Opaque message cursor returned by the previous thread-detail page.

Response

Thread summary and chronological messages.