List email messages
bird_list_email_messagesList email messages sent from the workspace, newest first, as a cursor page. Bird API: GET /v1/email/messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items per page. | |
| starting_after | No | Cursor from a previous response's `next_cursor` field, to fetch the next page. |