List threads across every inbox in the account
Lists thread summaries for the whole account, newest first, using stable
cursor pagination. An agent operating many inboxes gets every
conversation in one call instead of one call per inbox. Each thread
carries its own inbox_id so a reply can be routed back to the right
inbox. Use filter[inbox_id] (repeatable) to narrow the result to
specific inboxes. Because a thread ID can be delivered to multiple
inboxes, each result is identified by its (inbox_id, id) pair.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Restrict results to one or more inboxes. Repeat the parameter
(filter[inbox_id][]=...&filter[inbox_id][]=...) or pass a
comma-separated list. Omit to list every inbox in the account.
Inboxes outside the account are silently excluded. If the filter
is present, it must contain at least one non-empty UUID.
1Number of results to return. Defaults to 25; maximum is 100.
1 <= x <= 100Opaque cursor returned by the previous page.
Returns only threads carrying this label. Matching is exact and case-sensitive. Thread labels are independent of the labels on the thread's messages.
255