---
title: "List contact attributes"
method: GET
path: "/contact/contacts/attributes"
tags: ["Contacts"]
---

# List contact attributes

`GET /contact/contacts/attributes`

Returns a list of all available contact attributes and their configurations.

## Response `200`

Successfully retrieved contact attributes.

- ContactAttribute[]
  - `id` string, required — Unique identifier for the contact attribute.
  - `name` string, required — Display name of the contact attribute.
  - `key` string, required — Key name used to reference this attribute.
  - `type` 'BOOLEAN' | 'TEXT' | 'TIME' | 'ARRAY', required — Data type of the contact attribute.
  - `desc` string — Description of the contact attribute.
  - `values` string[] — Array of possible values for this attribute. Only present when type is "ARRAY".

---

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