---
title: "GET /list/{list_name}"
method: GET
path: "/list/{list_name}"
---

# GET /list/{list_name}

`GET /list/{list_name}`

Returns all accounts in a specific list

## Path parameters

- `list_name` string, required

## Response `200`

List accounts response

- ListAccountsResponse
  - `request_id` string — The ID of the request
  - `description` string — Description of the list's purpose
  - `accounts` string[] — Array of account IDs in the list

## Other responses

- `400` — List not found or invalid request

---

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