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_posting_id
string<uuid>
required

Query Parameters

limit
integer

Number of results to return per page.

offset
integer

The initial index from which to return the results.

status
string

Filter by application status

Response

200 - application/json
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"