List contacts
bird_list_contactsList contacts (CRM records) in the workspace, newest first, as a cursor page. Bird API: GET /v1/contacts.
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. |