List candidate interviews
Integration API
List candidate interviews
Returns a paginated list of candidate interviews with optional filtering by type.
GET
List candidate interviews
Documentation Index
Fetch the complete documentation index at: https://docs.qode.world/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number, starting from 1
Required range:
x >= 1Example:
1
Number of items per page (1–100)
Required range:
1 <= x <= 100Example:
100
Sort order
Available options:
asc, desc Example:
"asc"
Filter interviews by type (STEM, NON_STEM, SOFTWARE_ENGINEER, DOCKER_INTERVIEW, DATA_SCIENTIST)
Available options:
STEM, NON_STEM, SOFTWARE_ENGINEER, DOCKER_INTERVIEW, DATA_SCIENTIST, SENIOR_STAFF_ML Example:
"STEM"
Filter interviews by talent ID. Returns only interviews created with the specified talent_id.
Example:
"TUR-001"