v1
latestOpenAPI 3.1.02026-07-261770816.7 KBList scorecard questions
Scorecard questions are the prompts configured on an interview_kit that interviewers answer when submitting a scorecard. Each question has a question body and an answer_type (text, yes_no, single_select, multi_select, or instruction); single_select and multi_select questions reference their choices through /v3/scorecard_question_options. Interviewer responses are returned separately as scorecard_question_answers on a candidate's scorecards. Filter to a single kit with interview_kit_id and to live questions with active=true.
Query parameters
Cursor link for pagination from previous page response header. Do not use any other parameters when using this.
Number of results per page
Comma separated list
Return only scorecard questions attached to these interview kit ids. An interview kit is a stage's interview definition on a job, and its scorecard questions make up the rubric interviewers score against; look up kits for a job via GET /v3/interview_kits?job_ids=....
Comma separated list of fields to return
Filter by whether the question is still in use on its interview kit. Defaults to returning both active and removed questions; set true for live questions only, false for removed only.
Response
Successful