Logo
Zoom Public API Documentation

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "id": "<string>", "criteria": { "from": "<string>", "to": "<string>", "subject": "<string>", "query": "<string>", "negatedQuery": "<string>", "hasAttachment": "<boolean>", "size": "<integer>", "sizeComparison": "larger" }, "action": { "addLabelIds": [ "<string>", "<string>" ], "removeLabelIds": [ "<string>", "<string>" ], "forward": "<string>" } }



Curl
curl -X GET 'https://api.zoom.us/v2/emails/mailboxes/:email/settings/filters/:filterId' -H 'Accept: application/json'

ENDPOINTS