List SMS messages
bird_list_sms_messagesList SMS messages (inbound + outbound) for the workspace, newest first, as a cursor page. Bird API: GET /v1/sms/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. |