Get Contacts By IDs
get_contacts_by_idsFetch full contact and company records by their IDs, useful for processing ID lists from webhooks or external references. Returns all fields, up to 10,000 records per call.
Instructions
Retrieve multiple contacts or companies by their IDs. Use this when you have a list of ContactIds (e.g., from webhooks or external references).
RETURNS FULL DATA: Each result includes all contact fields - same as search_contacts or get_contact. Maximum 10,000 results per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default 1) | |
| contact_ids | Yes | Array of ContactIds to retrieve | |
| max_results | No | Max results per page (default 500, max 10000) |