Skip to main content
GET
List candidates for an interviewer

Authorizations

X-API-KEY
string
header
required

API key for authentication. Pass your key in the X-API-KEY header.

Headers

X-API-KEY
string | null
Authorization
string | null
X-Workspace-Id
string | null

Path Parameters

posting_id
string
required

Query Parameters

limit
integer
default:20

Maximum number of candidates to return (1–100).

Required range: 1 <= x <= 100
starting_after
string | null

Cursor for pagination. Pass the interview_id of the last candidate from the previous page.

created_after
string | null

Only return candidates invited to this interviewer at or after this bound (inclusive). Accepts an ISO-8601 datetime such as 2026-03-13T00:00:00Z or 2026-03-13T00:00:00+00:00, or Unix epoch seconds matching the created_at field in the response. Naive ISO values (no offset) are interpreted as UTC. Combine with created_before to query a closed interval.

Example:

"2026-03-13T00:00:00Z"

created_before
string | null

Only return candidates invited to this interviewer at or before this bound (inclusive). Accepts an ISO-8601 datetime such as 2026-03-14T23:59:59Z, or Unix epoch seconds matching the created_at field in the response. Naive ISO values (no offset) are interpreted as UTC.

Example:

"2026-03-14T23:59:59Z"

Response

Successful Response

data
CandidateResponse · object[]
required
pagination
PaginationMeta · object
required