v1
latestOpenAPI 3.1.02026-07-24181585937.4 KBInterview
interview.list
List all interviews.
See the Pagination and Incremental Synchronization guide for detailed usage examples.
Requires the interviewsRead permission.
post/interview.list
Request body
Example request
{
"cursor": "G8",
"limit": 25,
"syncToken": "jYnEBmjzR"
}Response
Responses from the interview.list endpoint
Example response
{
"success": true,
"results": [
{
"id": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e",
"title": "Technical Interview",
"externalTitle": "Technical Interview",
"type": "Interview",
"isArchived": false,
"isDebrief": false,
"isFeedbackRequired": true,
"isFeedbackRequested": true,
"instructionsHtml": "<p>Use the scorecard to evaluate the candidate.</p>",
"instructionsPlain": "Use the scorecard to evaluate the candidate.",
"jobId": "2cb69137-763a-4d6f-8f17-bbc3564ecb2e",
"feedbackFormDefinitionId": "07189c2e-cacd-489d-8946-165acacc386f"
}
],
"moreDataAvailable": false,
"syncToken": "sync-token-example"
}