get_contacts
Retrieve and filter contacts from TimeChimp with pagination, sorting, and custom query options for efficient contact management.
Instructions
Retrieve all contacts from TimeChimp
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum number of contacts to return (1-10000, default: 100) | |
| skip | No | Number of contacts to skip for pagination (default: 0) | |
| count | No | Whether to include the total count of results (default: true) | |
| expand | No | Comma-delimited list of properties to expand (e.g., "customers") | |
| active_only | No | Only return active contacts (default: false) | |
| filter | No | OData filter expression (e.g., "name eq 'John Doe'" or "active eq true") | |
| orderby | No | OData orderby expression (e.g., "name asc" or "created desc") |