list_contact_groups
List contact groups from Holded with pagination support. Filter fields to reduce response size, or request a summary of totals.
Instructions
List all contact groups with pagination support. Supports field filtering to reduce response size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starting from 1, default: 1) | |
| fields | No | Select specific fields to return (e.g., ["id", "name"]). Reduces response size by 70-90%. If not provided, returns default fields: id, name | |
| summary | No | Return only total count and page count without items (default: false) | |
| pageSize | No | Number of items per page (default: 50, max: 500) |