Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

filter[inbox_id]
string<uuid>[]

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.

Minimum array length: 1
page[size]
integer
default:25

Number of results to return. Defaults to 25; maximum is 100.

Required range: 1 <= x <= 100
page[after]
string

Opaque cursor returned by the previous page.

filter[label]
string

Returns only threads carrying this label. Matching is exact and case-sensitive. Thread labels are independent of the labels on the thread's messages.

Maximum string length: 255

Response

Paginated account-wide threads.

data
object[]
required
meta
object
required