List an audience's contacts
bird_list_audience_contactsList the contacts that belong to a static audience, as a cursor page. Bird API: GET /v1/audiences/{audience_id}/contacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items per page. | |
| audience_id | Yes | Audience id. | |
| starting_after | No | Cursor from a previous response's `next_cursor` field, to fetch the next page. |