Returns every active mailbox connected to Allegrow in your workspace, with its owner, connection status, and reputation.
The list always contains all connected mailboxes — the reputationRange parameter never filters the list; it only sets the time window the reputation figure is averaged over (the same number the in-app leaderboard shows for that range). A mailbox with no reputation data in the window (for example, one connected in the last few days) still appears, with reputation: null.
Results are sorted by email ascending and paginate with limit/offset.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Returns every active mailbox connected to Allegrow in your workspace, with its owner, connection status, and reputation — the API equivalent of the in-app leaderboard.
Two things worth knowing:
- The list always contains all connected mailboxes.
reputationRangenever filters the list — it only sets the window thereputationaverage is computed over (defaultlast30Days; the response echoes the resolved window). - A mailbox with no reputation data in the window still appears, with
reputation: null. Connection visibility is the point: if it's connected, it's listed.
Use connectionStatus to slice the list server-side — ?connectionStatus=credentials_error with limit=1 turns total into a "mailboxes needing attention" metric in one cheap call.
owner identifies the user the mailbox belongs to, and is null in the rare case the owning user no longer exists in the workspace.
For a single mailbox's day-by-day history, see Get Connected Mailbox.