Email Inboxes

Get a thread and a page of its messages

Returns a bounded page of thread messages 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.

Changes