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

# Get all Lists

`GET /lists`

Returns the set of all Lists for your account

## Response `200`

All Lists for account

- object
  - `status_code` number
  - `error` object
  - `timestamp` integer
  - `data` object[]
    - `list_token` string
    - `name` string
    - `is_blacklist` boolean
    - `is_whitelist` boolean
    - `description` string
    - `created_at` string, date-time
    - `entities_count` number

---

[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)
