get_contacts_tracking_logsevents
Retrieve tracking logs and events for a specific contact. Access a log of contact activity events without making changes to your account.
Instructions
🟢 READ-ONLY · Contacts · GET /contacts/{contactId}/trackingLogs
Get Contact's Tracking Logs/Events
Fetches data. Makes no changes to your ActiveCampaign account.
Get a log of events for a Contact
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results per page (ActiveCampaign default 20, max 100). | |
| offset | No | Zero-based offset into the result set for pagination. | |
| orders | No | Sort order as an object, e.g. {"email":"ASC"} → orders[email]=ASC. | |
| filters | No | Field filters as an object, e.g. {"name":"ecom"} → filters[name]=ecom. | |
| contactId | Yes | The Contact's ID |