GET
/
v1.0
/
{company_id}
/
applications

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

company_id
string
required

Query Parameters

sort
string

Sortable fields: applied_at.

candidate_id
string | null

Filter applications by candidate id

job_ids
string

Filter applications by job id

parent_stage
enum<string>[]

Filter applications by parent stage

Available options:
rejected,
new,
screening,
interviewing,
offered,
hired
sub_stage_id
string

Filter applications by custom pipeline id

page
integer

Defaults to 1

page_size
integer

Defaults to 30. Min = 1. Max = 100

Required range: 1 < x < 100

Response

200 - application/json
items
object[]
meta
object