dispatch_jobs_canceled_logs_list
Retrieve a paginated list of cancellation logs for a specific dispatch job, with options to control page size and include total count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Job ID | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response |