fetch_new_applications
Retrieve new applications since a given date, grouped by job, with optional filters for job, status, and candidate details.
Instructions
Applications since a date, grouped by job — the daily digest. Read-only.
Users say "what new applications came in since yesterday?" Pass since as an ISO date. Optionally filter to one job with job_id (list_jobs → match by name). Returns applications grouped by job with candidate names, sources, stages, and screening answers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | Yes | ISO 8601 date — e.g. '2026-04-14' for yesterday | |
| job_id | No | Filter to one job — list_jobs → match by name | |
| status | No | Filter by status: 'active', 'rejected', or 'hired' | active |
| include_candidate_details | No | Include candidate names (adds API calls) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |