---
title: "List Custom Lists"
method: GET
path: "/value-lists"
tags: ["Custom Lists"]
---

# List Custom Lists

`GET /value-lists`

Retrieves all custom lists.

## Response `200`

OK

- ValueListResponseBody[]
  - `name` string
  - `alias` string
  - `itemType` 'string' | 'number'
  - `isActive` boolean
  - `valueListItems` union[]
    - union
      - string
      - number

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/authsignal/apis/call-connect-api.md) · [All operations](https://skmtc.net/authsignal/apis/call-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/authsignal/call-connect-api/versions/5604d744e3ad/schema)
