marketing_calls_v3_list
Retrieve and filter marketing call records from ServiceTitan using criteria like date ranges, agent details, campaign IDs, and call duration to analyze outreach performance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | No | Filter by active status | True |
| ids | No | Comma-delimited call IDs | |
| createdAfter | No | Created after UTC timestamp | |
| modifiedAfter | No | Modified after UTC timestamp | |
| campaignId | No | Campaign ID | |
| agentId | No | Agent ID | |
| minDuration | No | Minimum duration in seconds | |
| phoneNumberCalled | No | Phone number called | |
| callerPhoneNumber | No | Caller phone number | |
| agentName | No | Agent name | |
| agentIsExternal | No | Whether agent is external | |
| agentExternalId | No | Agent external ID | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, CreatedOn, ModifiedOn | |
| createdBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedBefore | No | ||
| modifiedOnOrAfter | No | ||
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response |