get_contact_history
Retrieve interaction history for contacts using optional contact ID, with support for pagination via limit and offset parameters.
Instructions
Get interaction history for contacts.
Args: contact_id: Specific contact ID (optional) limit: Maximum number of history items to return (default: 50) offset: Number of items to skip for pagination (default: 0)
Returns: JSON string containing contact interaction history
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| contact_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |