get_job_contact_history
Retrieve paginated contact interaction history for a specific job. Pass the job ID to get details of contact activities.
Instructions
Get interaction history for contacts on a specific job.
Args: job_id: The job ID (required) limit: Maximum number of history items to return (default: 50) offset: Number of items to skip for pagination (default: 0)
Returns: JSON string containing job-contact interaction history
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| job_id | Yes | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |