List 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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Cursor link for pagination from previous page response header. Do not use any other parameters when using this.

integer
1 to 500
Defaults to 100

Number of results per page

ids
array of integers
length ≤ 50

Comma separated list

ids
created_at
object
updated_at
object
interview_kit_ids
array of integers
length ≤ 50

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=....

interview_kit_ids
fields
array of strings
length ≤ 50

Comma separated list of fields to return

fields
boolean

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

Language
Credentials
Missing 1 required scope
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json