hey_list_label_emails
List emails from a specific label with pagination. Use force_refresh to get fresh data bypassing cache.
Instructions
List emails with a specific label. Returns cached results unless force_refresh=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label_id | Yes | The label/folder ID to list emails from | |
| limit | No | Maximum number of emails to return (default: 25) | |
| page | No | Page number for pagination (default: 1) | |
| force_refresh | No | Bypass cache and fetch fresh data (default: false) |