| q | No | Full-text query matched across subject, body, sender, and recipient. | |
| to | No | Filter to emails addressed to this recipient. | |
| body | No | Filter to emails whose body contains this string. | |
| from | No | Filter to emails from this sender address or domain. | |
| sort | No | Sort order. Use received_at_asc with date_from for polling new mail. | |
| limit | No | Maximum number of emails to return (1–100, default 50). | |
| cursor | No | Pagination cursor from a previous response's `meta.cursor` field. | |
| status | No | Filter to emails in this processing status. | |
| date_to | No | Inclusive upper bound on received_at (ISO 8601). | |
| snippet | No | Include a short body snippet in each result (default true). | true |
| subject | No | Filter to emails whose subject contains this string. | |
| date_from | No | Inclusive lower bound on received_at (ISO 8601). | |
| domain_id | No | Filter to emails received on a specific verified domain. | |
| spam_score_lt | No | Filter to emails with a spam score strictly below this value. | |
| has_attachment | No | Filter to emails that have ("true") or lack ("false") attachments. | |
| include_facets | No | Include aggregated facet counts (sender, domain, status) in the response (default true). | true |
| spam_score_gte | No | Filter to emails with a spam score at or above this value. | |
| reply_to_sent_email_id | No | Filter to inbound emails that are replies to a specific sent email ID. | |