Get the specified email filter
GET {{baseUrl}}/emails/mailboxes/:email/settings/filters/:filterId
Retrieves the specified filter.
Scopes:
mail:read
Rate Limit Label
:
LIGHT
Not supported in Gov cluster
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"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":"larger"},"action":{"addLabelIds":["\u003cstring\u003e","\u003cstring\u003e"],"removeLabelIds":["\u003cstring\u003e","\u003cstring\u003e"],"forward":"\u003cstring\u003e"}}