autotask_search_service_calls
Search for service calls in Autotask using filters like company, status, or date range to narrow results.
Instructions
Search for service calls in Autotask. Filter by company, status, or date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by status picklist ID (use autotask_get_field_info with entityType "ServiceCalls" to find valid values) | |
| pageSize | No | Number of results to return (default: 25, max: 100) | |
| companyId | No | Filter by company ID | |
| startAfter | No | Filter service calls starting on or after this date/time (ISO 8601 format) | |
| startBefore | No | Filter service calls starting on or before this date/time (ISO 8601 format) |