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
Narrow the feed to a single inbox. Omit to list threads across every inbox in the project.
Page size, 1–100. Defaults to 25.
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.
