---
title: "Get subscriber from list"
method: GET
path: "/lists/{list_id}/subscriber/{email}"
tags: ["Lists"]
---

# Get subscriber from list

`GET /lists/{list_id}/subscriber/{email}`

Retrieve a specific subscriber from a list by their email address.

## Path parameters

- `list_id` integer, required
- `email` string, required

## Response `200`

OK

- object
  - `subscriber` object
    - `id` integer
    - `name` string
    - `surname` string
    - `email` string
    - `company` string
    - `city` string
    - `country` string
    - `phone` string
    - `gender` string
    - `tags` string[]
    - `rating` number
    - `list_id` integer
    - `status` integer
    - `subscribed_at` string
    - `custom_fields` object
      - `field1` string
    - `groups` object
      - `grp_60ddec46df422` string[]

## Other responses

- `404` — Not Found

---

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