estimates_list
Search estimates by job, project, location, status, dates, salesperson, or total amount, returning one page of results.
Instructions
Search one requested page of estimates by job, project, location, status, dates, salesperson, or total amount. Use estimates_get for one known estimate; use estimates_export_estimates for incremental synchronization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated estimate IDs (maximum 50) | |
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, CreatedOn, ModifiedOn, SoldOn, Total | |
| jobId | No | Filter by job ID | |
| active | No | Filter by active status | True |
| status | No | Filter by estimate status | |
| orderBy | No | Legacy order by field accepted by ServiceTitan API | |
| pageSize | No | Records per page (default 50) | |
| soldById | No | Filter by seller user ID | |
| jobNumber | No | Filter by job number | |
| projectId | No | Filter by project ID | |
| soldAfter | No | Return estimates sold on or after this date/time (UTC) | |
| totalLess | No | Filter estimates with totals less than this amount | |
| locationId | No | Filter by location ID | |
| soldBefore | No | Return estimates sold before this date/time (UTC) | |
| includeTotal | No | Include total count in response | |
| totalGreater | No | Filter estimates with totals greater than this amount | |
| createdBefore | No | ||
| modifiedBefore | No | ||
| createdOnOrAfter | No | ||
| orderByDirection | No | Legacy order direction accepted by ServiceTitan API | |
| soldByEmployeeId | No | Filter by seller employee ID | |
| modifiedOnOrAfter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||