list_applications
Get a paginated, sorted list of job applications from a negotiation collection for a vacancy, making it easy to review responses.
Instructions
List applications/responses in a negotiation collection for a vacancy (page/per_page/order_by). Requires HH_ACCESS_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return the full raw hh.ru JSON instead of the compact summary. | |
| page | No | Page number (0-based) | |
| order_by | No | Sort order (e.g. created_at, relevance, last_change_time_except_employer_inbox). Use get_preferred_negotiations_order for the vacancy default. | |
| per_page | No | Results per page | |
| collection | Yes | Collection id from list_application_collections (e.g. response, invited) | |
| vacancy_id | Yes | Vacancy ID |