list_emails
Retrieve email messages from a Zoho Mail account or specific folder, using start and limit parameters to control paginated results.
Instructions
List emails in account or folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| start | No | ||
| folder_id | No | ||
| account_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Response data | |
| error | No | Error message if any | |
| success | Yes | Whether the operation was successful | |
| status_code | No | HTTP status code |