Skip to main content
GET
List job applicants

Authorizations

Authorization
string
header
required

Authenticate with a Bearer token: API key, OAuth token, or session token.

Path Parameters

id
string
required

Job UUID

Query Parameters

offset
integer | null
default:0

Records to skip for pagination. Defaults to 0.

Required range: x >= 0
limit
integer
default:100

Max records per page (1–100). Defaults to 100.

Required range: 1 <= x <= 100
status
string

Comma-separated applicant statuses to include. Values: new, selected, not_a_fit. Omit to return all statuses.

Case-insensitive search across applicant name and email.

created_at_gte
string<date-time>

Include applicants submitted on or after this ISO 8601 datetime (e.g. "2024-01-01T00:00:00Z").

created_at_lte
string<date-time>

Include applicants submitted on or before this ISO 8601 datetime (e.g. "2024-12-31T23:59:59Z").

Response

Applicants fetched

success
enum<boolean>
required
Available options:
true
data
object[]
required
meta
object
required