---
title: "Show list detail"
method: GET
path: "/lists/{list_id}"
tags: ["Lists"]
---

# Show list detail

`GET /lists/{list_id}`

Retrieve detailed information about a specific list, including custom fields, groups, segments, and subscriber counts.

## Path parameters

- `list_id` integer, required

## Response `200`

OK

- object
  - `list` object
    - `id` string
    - `name` string
    - `from_name` string
    - `from_email` string
    - `reply_to` string
    - `sub_success_page` unknown
    - `sub_confirmed_page` string
    - `unsub_page` unknown
    - `double_optin` boolean
    - `conf_subject` string
    - `conf_message` string
    - `custom_fields` object
      - `date1` object
        - `type` string
        - `name` string
      - `size` object
        - `type` string
        - `name` string
    - `groups` object
      - `grp_5e83080ebb988` object
        - `name` string
        - `category` object[]
          - `name` string
          - `id` string
        - `id` string
        - `type` string
    - `segments` object
      - `5c36008811e45` object
        - `name` string
        - `id` string
    - `active_subscribers` integer
    - `created` string
  - `subscribers` object
    - `unknown` integer
    - `subscribed` integer
    - `unsubscribed` integer
    - `soft_bounced` integer
    - `hard_bounced` integer
    - `complained` integer
    - `unconfirmed` integer

---

[API](https://skmtc.dev/ecomail/apis/ecomail-api.md) · [All operations](https://skmtc.dev/ecomail/apis/ecomail-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ecomail/ecomail-api/revisions/31b5789931fe/schema)
