marketing_attributed_leads_get
Retrieve marketing attributed leads filtered by date range and lead type, with pagination support for efficient data access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fromUtc | Yes | Start date/time in UTC for the filtering period | |
| toUtc | Yes | End date/time in UTC for the filtering period | |
| leadType | No | Lead type filter | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response |