list_applicants
Filter and retrieve applicants from an account by vacancy, status, or consent agreement, with pagination support up to 30 items per page.
Instructions
Account applicants filtered by vacancy and/or status (stage). Pagination: page, count≤30. For "applicants for vacancy X" pass vacancy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based) | |
| count | No | Items per page (max 30) | |
| status | No | Filter by status (stage) ID. Cannot be used together with agreement_state | |
| vacancy | No | Filter by vacancy ID | |
| account_id | Yes | HuntFlow account ID | |
| agreement_state | No | Filter by consent to personal data processing. Cannot be used together with status |