List Threads

Path parameters

inbox_idstringRequired

ID (address) of inbox.

Headers

AuthorizationstringRequired

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

Query parameters

limitintegerOptional

Limit of number of items returned.

last_keystringOptional

Key of last item.

labelslist of stringsOptional

Labels to filter by.

Response

This endpoint returns an object.
threadslist of objects

Thread items. Ordered by updated_at descending.

countinteger

Number of items returned.

limitintegerOptional

Limit of number of items returned.

last_keystringOptional

Key of last item.

Errors