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

# List user lists

`GET /api/v1/user/lists`

## Response `200`

Lists with tier_max

- UserListListResponse
  - `count` integer, required
  - `tier_max` integer, required
  - `lists` UserList[], required
    - `id` integer
    - `user_id` integer
    - `name` string
    - `description` string
    - `color` string, nullable
    - `kind` 'company' | 'person' | 'mixed'
    - `item_count` integer
    - `created_at` string
    - `updated_at` string

---

[API](https://skmtc.net/openmercantil/apis/openmercantil-public-api.md) · [All operations](https://skmtc.net/openmercantil/apis/openmercantil-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openmercantil/openmercantil-public-api/versions/996f96a11758/schema)
