autotask_search_service_calls
Search service calls in Autotask by filtering on company, status, or start date range.
Instructions
Search for service calls in Autotask. Filter by company, status, or date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | No | Filter by company ID | |
| status | No | Filter by status picklist ID (use autotask_get_field_info with entityType "ServiceCalls" to find valid values) | |
| 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) | |
| pageSize | No | Number of results to return (default: 25, max: 100) |