---
title: "Get all Custom Lists"
method: GET
path: "/custom-lists"
tags: ["Custom Lists"]
---

# Get all Custom Lists

`GET /custom-lists`

Returns the set of all Custom Lists created per customer

## Response `200`

A set of all Custom Lists

- object[]
  - `custom_list_token` string
  - `name` string
  - `description` string
  - `created_at` string, date-time
  - `active_version` string, nullable — Active version of the list
  - `active_columns` object[]
    - `name` string
    - `contains_pii` boolean
    - `sort_order` integer
  - `total_active_entries` integer, nullable
  - `total_versions` integer

---

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