Get JobZyn candidates
jobzyn_get_candidatesFetch one page of candidate applications for an external job ID. Use date filters and page parameters to review applicant details and resume URLs.
Instructions
Retrieve one page of applications for an external job ID (GET /job/{externalJobId}/candidates, read scope). Supports since/from/to ISO dates and page/pageSize (1-based; default 50, max 100). since takes priority over from. Use total to fetch remaining pages. Contains personal information and resume URLs; no files are downloaded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Applications on or before this date. | |
| from | No | Applications on or after this date; ignored by JobZyn when since is supplied. | |
| page | No | Page number, starting at 1. JobZyn defaults to 1. | |
| since | No | Applications after this date; takes priority over from when both are supplied. | |
| pageSize | No | Results per page, at most 100. JobZyn defaults to 50. | |
| externalJobId | Yes | Your external job ID from your ATS, not the internal numeric JobZyn job ID. |