List Top Correspondents
Email
List Top Correspondents
Return the workspace’s most frequent email correspondents, sorted by activity
GET
List Top Correspondents
Request
This endpoint is the fastest way to surface the people your team is actively emailing, ranked by recency and volume. It is the data source behind the sidebar’s “Top correspondents” widget.Query Parameters
Number of correspondents to return. Maximum 200.
Optional ISO 8601 lower-bound on the messages considered (e.g. the last 30 days).
Scope the aggregation to a single user in the workspace. When omitted, every connected mailbox is aggregated.
Exclude correspondents who have exchanged fewer than this number of messages.
Headers
Response
X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID headers.
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing read:email permission |
| 429 | rate_limited | Rate limit exceeded |