Get Emails by Label
get_emails_by_labelFetch emails from a specific label folder. Supports pagination with cursor and configurable page size from 1 to 200.
Instructions
Fetch emails from a specific label folder. Shortcut for get_emails with folder set to Labels/.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Label name without prefix (e.g. Work) | |
| limit | No | Emails per page, 1-200 | |
| cursor | No | Opaque cursor from previous response |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emails | Yes | ||
| count | Yes | ||
| folder | Yes | ||
| nextCursor | No |