Retrieve a paginated list of applications with optional filters
| Parameter | Type | Required | Description |
|---|---|---|---|
hiring_flow_id | string (UUID) | No | Filter by hiring flow |
stage_id | string (UUID) | No | Filter by current stage |
status | string | No | Filter by status (NEW, IN_PROGRESS, COMPLETED, REJECTED) |
created_after | string (ISO 8601) | No | Applications created after this date |
created_before | string (ISO 8601) | No | Applications created before this date |
email | string | No | Filter by candidate email |
page | integer | No | Page number (default: 1) |
page_size | integer | No | Results per page (default: 25, max: 100) |