List focus candidate attributes

Focus candidate attributes are the subset of a job's job_candidate_attributes that an individual interview kit elevates as focus areas — the attributes Greenhouse highlights at the top of the interviewer's scorecard so they know which traits to prioritize for that interview. The set is per interview kit, so the same job_candidate_attribute can appear as a focus attribute on multiple kits within the same job. Each row carries only the foreign keys — the attribute's display name and candidate_attribute_type come from the parent job_candidate_attribute. Filter by interview_kit_ids to retrieve a single kit's focus attributes, or by job_candidate_attribute_ids to find every interview kit that focuses on a given attribute. Today this endpoint is site-admin-only.

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 focus candidate attributes attached to these interview kit ids. An interview kit is a stage's interview definition on a job; look up kits for a job via GET /v3/interview_kits?job_ids=....

interview_kit_ids
job_candidate_attribute_ids
array of integers
length ≤ 50

Return only focus candidate attributes for these job candidate attribute ids. Job candidate attributes are the scoring rubric items registered on a job (the set of attributes scorecards can score against).

job_candidate_attribute_ids
fields
array of strings
length ≤ 50

Comma separated list of fields to return

fields
Allowed:
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