List threads ordered by recency with advanced filtering
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by specific account links. Omit to include all accounts, or provide an array of account link IDs to filter by specific accounts.
^[0-9a-z]+$The ID of the thread to start pagination from. Must be used together with cursorTimestamp. Cannot be combined with the cursor object parameter.
^[0-9a-z]+$The timestamp of the thread to start pagination from. Must be used together with cursorId. Cannot be combined with the cursor object parameter.
"2025-11-10T18:03:16.000Z"
Pagination cursor using bracket notation. Omit to start from the beginning. Prefer using cursorId and cursorTimestamp instead for simpler query string encoding.
Inbox view to filter threads. 'default' shows active threads, 'no-reply' shows threads awaiting response, 'requests' shows message requests, 'archived' shows archived threads.
default, no-reply, requests, archived "default"
"no-reply"
"requests"
"archived"
Advanced filtering options for threads. Pass null or omit to disable all filters.
Maximum number of threads to return per page. Defaults to 20, maximum 100.
1 <= x <= 10020