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