List email filters

GET {{baseUrl}}/emails/mailboxes/:email/settings/filters

Lists the message filters of a mailbox.

Scopes: mail:read

Rate Limit Label : MEDIUM

Not supported in Gov cluster

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{"filter":[{"id":"\u003cstring\u003e","criteria":{"from":"\u003cstring\u003e","to":"\u003cstring\u003e","subject":"\u003cstring\u003e","query":"\u003cstring\u003e","negatedQuery":"\u003cstring\u003e","hasAttachment":"\u003cboolean\u003e","size":"\u003cinteger\u003e","sizeComparison":"smaller"},"action":{"addLabelIds":["\u003cstring\u003e","\u003cstring\u003e"],"removeLabelIds":["\u003cstring\u003e","\u003cstring\u003e"],"forward":"\u003cstring\u003e"}},{"id":"\u003cstring\u003e","criteria":{"from":"\u003cstring\u003e","to":"\u003cstring\u003e","subject":"\u003cstring\u003e","query":"\u003cstring\u003e","negatedQuery":"\u003cstring\u003e","hasAttachment":"\u003cboolean\u003e","size":"\u003cinteger\u003e","sizeComparison":"smaller"},"action":{"addLabelIds":["\u003cstring\u003e","\u003cstring\u003e"],"removeLabelIds":["\u003cstring\u003e","\u003cstring\u003e"],"forward":"\u003cstring\u003e"}}]}