---
title: "List all custom attributes"
method: GET
path: "/v1/custom_attrs"
tags: ["Custom Candidate Attributes"]
---

# List all custom attributes

`GET /v1/custom_attrs`

List all custom candidate attributes in your account.

## Response `200`

successful

- object
  - `data` CustomAttr[], required
    - `id` string, required
    - `type` 'custom_attr', required
    - `attributes` object, required
      - `id` integer, required
      - `created_at` string, date-time, required
      - `updated_at` string, date-time, required
      - `name` string, required
      - `attr_type` 'text' | 'number' | 'url' | 'multiple_choice' | 'datetime' | 'boolean' | 'free_text', required
      - `label` string, required
      - `key` string, required
      - `is_pii` boolean, required

## Other responses

- `401` — unauthorized

---

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