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

# List all custom attributes

`GET /custom-attributes`

Returns all custom contact attributes.

## Query parameters

- `after` string, nullable
- `before` string, nullable
- `limit` integer

## Response `200`

OK

- PAContactAttributePagedDocsExample
  - `url` string
  - `results` union[]
    - union
      - CONTACTATTRIBUTERESPONSETEXT
        - `id` string — The unique identifier of the custom attribute
        - `name` string — The name of the custom attribute
        - `resource` 'contact'
        - `type` 'number' | 'text' | 'datetime' | 'dateonly' | 'single_select' | 'multi_select'
      - CONTACTATTRIBUTERESPONSENUMBER
        - `id` string — The unique identifier of the custom attribute
        - `name` string — The name of the custom attribute
        - `resource` 'contact'
        - `type` 'number' | 'text' | 'datetime' | 'dateonly' | 'single_select' | 'multi_select'
      - CONTACTATTRIBUTERESPONSEDATEONLY
        - `id` string — The unique identifier of the custom attribute
        - `name` string — The name of the custom attribute
        - `resource` 'contact'
        - `type` 'number' | 'text' | 'datetime' | 'dateonly' | 'single_select' | 'multi_select'
      - CONTACTATTRIBUTERESPONSEDATETIME
        - `id` string — The unique identifier of the custom attribute
        - `name` string — The name of the custom attribute
        - `resource` 'contact'
        - `type` 'number' | 'text' | 'datetime' | 'dateonly' | 'single_select' | 'multi_select'
      - CONTACTATTRIBUTERESPONSESINGLESELECT
        - `id` string — The unique identifier of the custom attribute
        - `name` string — The name of the custom attribute
        - `option_values` PAContactAttributeSelectOptionDTO[] — The available option values of the single select custom attribute
          - `id` string — The unique identifier of the attribute option
          - `value` string — The display value of the attribute option
        - `resource` 'contact'
        - `type` 'number' | 'text' | 'datetime' | 'dateonly' | 'single_select' | 'multi_select'
      - CONTACTATTRIBUTERESPONSEMULTISELECT
        - `id` string — The unique identifier of the custom attribute
        - `name` string — The name of the custom attribute
        - `option_values` PAContactAttributeSelectOptionDTO[] — The available option values of the multi select custom attribute
          - `id` string — The unique identifier of the attribute option
          - `value` string — The display value of the attribute option
        - `resource` 'contact'
        - `type` 'number' | 'text' | 'datetime' | 'dateonly' | 'single_select' | 'multi_select'
  - `pagination` Pagination
    - `next_cursor` string, nullable
    - `previous_cursor` string, nullable
    - `next_url` string, nullable
    - `previous_url` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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