list_applicant_comments
Retrieve comments and journal entries for an applicant. Filter by vacancy, personal notes, or show all types, with pagination.
Instructions
Comments about an applicant (log, by default only type=COMMENT). Pagination page/count≤100.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based) | |
| count | No | Items per page (max 100) | |
| vacancy | No | Filter by vacancy ID (cannot be used together with personal) | |
| personal | No | Only personal notes not tied to a vacancy (cannot be used together with vacancy) | |
| all_types | No | Show all journal entry types. By default only comments (type=COMMENT) | |
| account_id | Yes | HuntFlow account ID | |
| applicant_id | Yes | Applicant ID |