List Threads

Path parameters

inbox_idstringRequired

ID 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.

ascendingbooleanOptional

Whether to sort in ascending temporal order.

Response

This endpoint returns an object.
countinteger

Number of items returned.

threadslist of objects

Thread items. Ordered by timestamp descending.

limitintegerOptional

Limit of number of items returned.

last_keystringOptional

Key of last item.

Errors