jobs_get_job_canceled_logs
Retrieve detailed logs of canceled jobs from the ServiceTitan API by specifying job ID, tenant ID, and pagination parameters for efficient record management.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Format - int64. | |
| includeTotal | No | Whether total count should be returned | |
| page | No | Format - int32. The logical number of page to return, starting from 1 | |
| pageSize | No | Format - int32. How many records to return (50 by default) | |
| tenant | Yes | Format - int64. Tenant ID |