---
title: "List Lists"
method: GET
path: "/api/v1/lists"
tags: ["lists"]
---

# List Lists

`GET /api/v1/lists`

## Response `200`

Successful Response

- ContactListListResponse
  - `items` ContactListRead[], required
    - `id` string, uuid, required
    - `tenant_id` string, uuid, required
    - `name` string, required
    - `description` string, nullable
    - `kind` 'static' | 'dynamic'
    - `membership_mode` 'accumulate' | 'live'
    - `criteria` Criteria — A versioned dynamic-list definition.
      - `version` integer
      - `match` 'all' | 'any'
      - `clauses` Clause[]
        - `field` string, required
        - `op` 'eq' | 'neq' | 'in' | 'gte' | 'lte' | 'is_true' | 'is_false', required
        - `value` union
          - string
          - integer
          - number
          - boolean
          - union[]
            - union
              - …
      - `last_interaction_within_days` integer, nullable
      - `arriving_within_hours` integer, nullable
      - `in_house` boolean, nullable
      - `property_ids` string[], nullable
    - `created_by_user_id` string, uuid, nullable
    - `member_count` integer, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

---

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