---
title: "List focus candidate attributes"
method: GET
path: "/v3/focus_candidate_attributes"
tags: ["Focus Candidate Attributes"]
---

# List focus candidate attributes

`GET /v3/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` string
- `per_page` integer
- `ids` integer[]
- `created_at` object
  - `gte` string, date-time
  - `lte` string, date-time
  - `gt` string, date-time
  - `lt` string, date-time
- `updated_at` object
  - `gte` string, date-time
  - `lte` string, date-time
  - `gt` string, date-time
  - `lt` string, date-time
- `interview_kit_ids` integer[]
- `job_candidate_attribute_ids` integer[]
- `fields` string[]

## Response `200`

Successful

- object[]
  - `id` integer
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `interview_kit_id` integer — Id of the interview kit this focus attribute belongs to. Focus attributes are configured per interview kit, so the same `job_candidate_attribute` may appear as a focus attribute on several kits within the same job.
  - `job_candidate_attribute_id` integer — Id of the job's `job_candidate_attribute` (the per-job attribute catalogue entry on `/v3/job_candidate_attributes`) being marked as a focus attribute. The underlying attribute name and `candidate_attribute_type` live on that record.

---

[API](https://skmtc.dev/greenhouse/apis/auth-api.md) · [All operations](https://skmtc.dev/greenhouse/apis/auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/greenhouse/auth-api/revisions/9517a2e54640/schema)
