Skip to main content
GET
List applications for a job

Authorizations

Authorization
string
header
required

API key authentication for the public API. Pass your API key as a Bearer token.

Path Parameters

job_id
string<uuid>
required

Query Parameters

created_after
string
created_before
string
interview_status
string
is_eligible
boolean
limit
integer
min_overall_score
number<double>
offset
integer
ordering
string

created_at (- for desc).

status
string

Response

count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=400&limit=100"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=200&limit=100"