getLeadActivitiesV2
Fetch lead activity history using cursor or offset pagination with timezone handling.
Instructions
Get activity history for a lead (v2, cursor/offset-based with timezone support).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| leadId | Yes | Lead ID | |
| currentId | No | Cursor ID for pagination | |
| offset | No | Offset for pagination | |
| limit | No | Number of results (1-1000) | |
| timeZoneCode | No | IANA timezone code (e.g. America/New_York) |