Retrieve a paginated list of ALL candidates in a specific job — no filtering.
When to use: Only when you need every candidate regardless of stage, tags, or other criteria.
For filtered queries (by pipeline stage, custom attributes/tags, name, location, etc.), use POST /v1/persons/search with job_id and include: ["candidates"] instead — it supports all person search filters and can return candidate-level fields in a single call.
Authenticate with a Bearer token: API key, OAuth token, or session token.
Job ID
Records to skip for pagination. Defaults to 0.
x >= 0Max records per page (1–100). Defaults to 100.
1 <= x <= 100