get_contact
Fetch a contact by ID, returning recent entries, tags, last interaction date, and total entry count.
Instructions
Get a single contact by ID, including recent entries (interactions), tags, last_interaction_date, and total_entries count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Contact UUID | |
| entries_limit | No | Max entries to return (default 10, -1 for all) |