Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

company_id
string<string>
required

Query Parameters

candidate_id
string<string> | null

Filter interviews for a specific candidate

job_id
string<string> | null

Filter interviews for a specific job

starts_before
string<date> | null

Return interviews starting before the specified date

starts_after
string<date> | null

Return interviews starting after the specified date

ends_before
string<date> | null

Return interviews ending before the specified date

ends_after
string<date> | null

Return interviews ending after the specified date

page
integer<int32>

Defaults to 1

page_size
integer<int32>

Defaults to 30. Min = 1. Max = 100

Required range: 1 <= x <= 100

Response

meta
object
items
object[]