dispatch_jobs_notes_list
Retrieve paginated notes for a specific job by ID. Configure page number, page size, and optionally 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 |