Query Parameters
string
Pagination cursor for retrieving next page of results
integer
default:"25"
Number of interviews to return per page (1-100)
string
Filter by interview status
string
Filter by candidate email address
string
Filter by job position or role
string
ISO 8601 timestamp to filter interviews created after this date
string
ISO 8601 timestamp to filter interviews created before this date
string
ISO 8601 timestamp to filter interviews scheduled after this date
string
ISO 8601 timestamp to filter interviews scheduled before this date
boolean
default:"false"
Include basic result scores in the response (for completed interviews)
Response
array
Array of interview objects
object
Pagination information
Examples
Common Use Cases
Generate Hiring Reports
Monitor Interview Pipeline
Find Top Performers
Use pagination for large result sets. The API returns a maximum of 100 interviews per request.
