List Conversations
list_conversationsLists conversations visible to the authenticated user with filters for status (inbox, assigned, closed) and search by email or domain. Supports pagination.
Instructions
Lists conversations visible to the authenticated user. Supports multiple filters and search by email/domain.
Common filter combinations:
inbox=true: Shows inbox conversations
assigned=true: Shows assigned conversations
closed=true: Shows closed conversations
email="user@example.com": Search by exact email address
domain="example.com": Search by email domain
Note: email and domain are mutually exclusive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inbox | No | Filter to inbox conversations | |
| all | No | Show all conversations | |
| assigned | No | Filter to assigned conversations | |
| closed | No | Filter to closed conversations | |
| snoozed | No | Filter to snoozed conversations | |
| flagged | No | Filter to flagged conversations | |
| trashed | No | Filter to trashed conversations | |
| junked | No | Filter to junked conversations | |
| drafts | No | Filter to conversations with drafts | |
| shared_label | No | Filter by shared label ID | |
| team | No | Filter by team ID | |
| team_inbox | No | Filter by team inbox | |
| team_closed | No | Filter by team closed | |
| team_all | No | Filter by team (all conversations) | |
| organization | No | Filter by organization ID | |
| No | Search by exact email address (mutually exclusive with domain) | ||
| domain | No | Search by email domain (mutually exclusive with email) | |
| limit | No | Maximum conversations to return (max 50) | |
| until | No | Cursor for pagination (last_activity_at timestamp) |