Get Contacts in Group
get_contacts_in_groupRetrieve all contacts in a specific group by group_id or group_name. Supports pagination, max results, and count-only mode for accurate totals.
Instructions
Retrieve all contacts that belong to a specific group. Use either group_id or group_name to identify the group (not both). Use count_only=true for accurate counts without returning the full result set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| group_id | No | Group ID (preferred over group_name) | |
| count_only | No | When true, auto-paginates and returns only total count and breakdowns (no results array). | |
| group_name | No | Group name (alternative to group_id) | |
| max_results | No | Max results (default 500) |