---
title: "List data keys"
method: GET
path: "/v2/data_keys"
tags: ["Data Keys"]
---

# List data keys

`GET /v2/data_keys`

List all data keys on the account. Supports pagination.

## Query parameters

- `page` integer
- `per_page` integer
- `updated_at` string
- `key_type` 'file' | 'availability' | 'experience' | 'list' | 'date' | 'text' | 'boolean' | 'address' | 'address_history' | 'history_address' | 'history_employment' | 'employment' | 'employment_history' | 'license_data' | 'aliases' | 'country_code'
- `in_use` boolean

## Response `200`

OK

- object
  - `data_keys` DataKey[]
    - `key` string, required — The DataKey key.
    - `key_type` string, required — The type of data to be stored by the DataKey
    - `title` string, required — The human-readable title of a DataKey
    - `hidden` boolean, required — Indicator for whether DataKey is visible
    - `restricted` boolean, required — Indicator for whether DataKey is privileged
    - `data_fields_count` integer, required — The number of data_fields attached to applicants.
    - `concept_id` string, nullable — The concept ID of the data key
    - `options` DataKeyOption[], nullable — List of options for associated data fields
      - `value` string, required — The value persisted for the option
      - `label` string — The human-readable value for the option
    - `possible_values` string[], nullable — List of possible values for the data key
    - `concept_option_mappings` object

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
