---
title: "Get a list"
method: GET
path: "/lists/{list_uid}"
tags: ["Lists"]
---

# Get a list

`GET /lists/{list_uid}`

## Response `200`

Request success

- object
  - `status` 'success' | 'error'
  - `data` object
    - `record` List
      - `general` object
        - `list_uid` string
        - `name` string
        - `display_name` string
        - `description` string
        - `opt_in` 'double' | 'single'
        - `welcome_email` 'yes' | 'no'
        - `date_added` string
      - `defaults` object
        - `sender_uid` string
        - `from_name` string
        - `from_email` string
        - `reply_to` string

## Other responses

- `400` — The list does not exist
- `429` — Too many request

---

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