---
title: "GET /list"
method: GET
path: "/list"
---

# GET /list

`GET /list`

Returns all available lists

## Response `200`

Lists response

- ListsResponse
  - `request_id` string — The ID of the request
  - `lists` List[] — Array of available lists
    - `name` string — The name of the list
    - `description` string — Description of the list's purpose

## Other responses

- `400` — Unexpected error

---

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