list_contacts
Retrieve contacts from Holded with optional filters for phone, mobile, or custom ID. Select specific fields to reduce 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) | |
| phone | No | Filter by exact phone number match | |
| 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 | |
| mobile | No | Filter by exact mobile number match | |
| summary | No | Return only count and pagination metadata without items (default: false) | |
| customId | No | Filter by custom ID(s) |