list_applications
List job applications with filters for status, job ID, stage, date range, and more. Retrieves application records from the recruiting system.
Instructions
List job applications. Only use when the user explicitly asks about applications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| limit | No | Items per page | |
| job_id | No | Filter by job ID | |
| status | No | Comma-separated application statuses to filter by (active, hired, rejected, duplicate) | |
| stage_ids | No | Comma-separated stage IDs to filter by | |
| credited_to_user_ids | No | Comma-separated user IDs to filter by credited user | |
| sort_by | No | Field to sort by | |
| sort_order | No | Sort direction | |
| created_after | No | Filter by created date (ISO 8601, inclusive lower bound) | |
| created_before | No | Filter by created date (ISO 8601, inclusive upper bound) | |
| updated_after | No | Filter by updated date (ISO 8601, inclusive lower bound) | |
| updated_before | No | Filter by updated date (ISO 8601, inclusive upper bound) |