list_contacts
Retrieve a list of contacts with optional filters and select specific fields to minimize response size.
Instructions
List all contacts with optional filters for phone, mobile, or custom ID. Supports field filtering to reduce response size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (optional) | |
| limit | No | Maximum number of items to return (default: 50, max: 500) | |
| summary | No | Return only count and pagination metadata without items (default: false) | |
| phone | No | Filter by exact phone number match | |
| mobile | No | Filter by exact mobile number match | |
| customId | No | Filter by custom ID(s) | |
| fields | No | Select specific fields to return (e.g., ["id", "name", "email"]). Reduces response size by 70-90%. If not provided, returns default fields: id, customId, name, email |