Skip to main content
Page through conversation threads, newest activity first. A thread joins inbound and outbound messages between an inbox and a correspondent. GET /v1/threads Threads are the conversation view over receiving. Each row summarizes a conversation; fetch one with retrieve to read every message in it. Pass inboxId to scope the feed to a single receive address.

Query parameters

string
Narrow the feed to a single inbox. Omit to list threads across every inbox in the project.
integer
Page size, 1–100. Defaults to 25.
string
The nextCursor from a previous response. Omit for the first page.

Request

Response

200 OK — a cursor page of thread summaries, ordered by lastMessageAt. See Pagination for the full walk.