crm_leads_list
Retrieve and filter CRM leads from ServiceTitan with options for status, customer details, date ranges, and sorting to manage sales pipelines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-delimited lead IDs | |
| customerId | No | Associated customer ID | |
| isProspect | No | Filter by prospect state | |
| withoutCustomer | No | Filter by missing customer/location | |
| status | No | Lead status | |
| customerCity | No | Filter by customer city | |
| customerState | No | Filter by customer state | |
| customerZip | No | Filter by customer zip | |
| customerCreatedOnOrAfter | No | Customer created on/after timestamp | |
| customerCreatedBefore | No | Customer created before timestamp | |
| customerModifiedOnOrAfter | No | Customer modified on/after timestamp | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, ModifiedOn, CreatedOn | |
| genPermUrl | No | Generate permanent URL | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedBefore | No | ||
| modifiedOnOrAfter | No |