list_application_notes
Retrieve notes associated with a specific job application, with options for pagination, sorting, and filtering by date ranges.
Instructions
List notes on a specific application.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| application_id | Yes | Application ID | |
| page | No | Page number | |
| limit | No | Items per page | |
| sort_by | No | Field to sort by (default: created_at) | |
| sort_order | No | Sort direction (default: desc) | |
| created_after | No | ISO 8601 datetime lower bound on created_at | |
| created_before | No | ISO 8601 datetime upper bound on created_at | |
| updated_after | No | ISO 8601 datetime lower bound on updated_at | |
| updated_before | No | ISO 8601 datetime upper bound on updated_at |