marketing_calls_v2_list
Retrieve and filter marketing call records from ServiceTitan by date, agent, campaign, or duration to analyze outreach performance and track communication history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modifiedBefore | No | Modified before UTC timestamp | |
| modifiedOnOrAfter | No | Modified on or after UTC timestamp | |
| createdOnOrAfter | No | Created on or after UTC timestamp | |
| modifiedAfter | No | Modified after UTC timestamp | |
| minDuration | No | Minimum duration in seconds | |
| phoneNumberCalled | No | Phone number called | |
| campaignId | No | Campaign ID | |
| agentId | No | Agent ID | |
| agentName | No | Agent name | |
| agentIsExternal | No | Whether agent is external | |
| agentExternalId | No | Agent external ID | |
| orderBy | No | Field used for ordering | |
| orderByDirection | No | Sort direction | |
| activeOnly | No | Return only active calls | |
| createdAfter | No | Created after UTC timestamp | |
| createdBefore | No | Created before UTC timestamp | |
| ids | No | Specific call IDs | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response |