list_contact_groups
Retrieve contact groups with pagination and selective field filtering. Reduce response size by specifying only required fields.
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) | |
| pageSize | No | Number of items per page (default: 50, max: 500) | |
| summary | No | Return only total count and page count without items (default: false) | |
| 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 |