---
title: "List the shop's lists"
method: GET
path: "/lists"
tags: ["Lists"]
---

# List the shop's lists

`GET /lists`

## Query parameters

- `page` integer
- `page_size` integer
- `name_contains` string, nullable

## Response `200`

Successful Response

- ListsPaginatedResponse
  - `data` ListResource[], required
    - `list_id` string, required — vault_files.resource_id
    - `name` string, required
    - `description` string, nullable
    - `creator_count` integer, required
    - `email_count` integer, required
    - `state` string, required — active | archived
    - `created_at` string, nullable
    - `updated_at` string, nullable
  - `pagination` unknown, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/reacherapp/apis/reacher-data-api.md) · [All operations](https://skmtc.dev/reacherapp/apis/reacher-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/reacherapp/reacher-data-api/revisions/5eefff009b5b/schema)
