External DocumentationTo learn more, visit the Gmail documentation.
Actions
List Message Filters
Retrieve a list of message filters for a Gmail user.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| User ID | The user’s email address. The special value me can be used to indicate the authenticated user. |
{
"filter": [
{
"id": "ANc1EmgbXR5T7ogw-OJpQVgZKL8dzeCmJsx_LpO-rMSYFwDQYz6f-wuqwuf0cV5wnhJyFBoLjw",
"criteria": {
"subject": "string"
},
"action": {
"addLabelIds": [
"TRASH"
]
}
}
]
}
Was this page helpful?