dispatch_jobs_notes_list
Retrieve all notes for a specific job by providing the job ID. Supports pagination to view notes in batches.
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 |