Candidates
List candidates
Lists candidates visible to the authenticated company.
GET
List candidates
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page size. Defaults to 25. Maximum 100.
Required range:
1 <= x <= 100Opaque cursor returned by the previous page.
Filter by numeric job id.
Required range:
x >= 1Filter by normalized candidate email.
Filter by stage. Candidate pipeline stages currently accepted by the public API.
Available options:
prospect, applied, phonescreen, inprogress, hired, rejected ISO8601 timestamp lower bound for created_at.
ISO8601 timestamp exclusive upper bound for created_at.
ISO8601 timestamp lower bound for updated_at.
Sort field.
Available options:
created_at, updated_at, name Sort order.
Available options:
asc, desc