v1
latestOpenAPI 3.1.02026-07-261770816.7 KBList 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.
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 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=....
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).
Comma separated list of fields to return
Response
Successful