---
title: "Get a list with its members"
method: GET
path: "/lists/{list_id}"
tags: ["Lists"]
---

# Get a list with its members

`GET /lists/{list_id}`

## Path parameters

- `list_id` integer, required

## Response `200`

Successful Response

- ListMembersResponse — Includes the actual creator_handles + creator_emails. May be a long payload; clients should expect tens of thousands of rows for big lists.
  - `data` ListResource, required — A Lists row (vault_files). Used across all 4 automation types.
    - `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
  - `creator_handles` string[], required
  - `creator_emails` string[], 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/d4fe3e380424/schema)
