List Email Threads
Email
List Email Threads
Paginate over synchronized email threads in the workspace
GET
List Email Threads
Request
Query Parameters
Page number for pagination.
Results per page. Maximum 100.
Return only threads that include the given contact.
Return only threads linked to the given deal.
Filter to threads with at least one unread message.
ISO 8601 lower-bound filter on the thread’s most recent message.
Headers
Response
Pagination metadata:
page, per_page, and total.X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID.
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing read:email permission, or no connected provider |
| 429 | rate_limited | Rate limit exceeded |