---
title: "Get info for an email from a mailing list"
method: GET
path: "/addressbooks/{id}/emails/{email}"
tags: ["Email address"]
---

# Get info for an email from a mailing list

`GET /addressbooks/{id}/emails/{email}`

Retrieves exact variables and status in one list.

## Response `200`

Contact list info

- object
  - `email` string
  - `abook_id` string
  - `phone` string
  - `status` integer
  - `status_explain` string
  - `variables` object[]
    - `name` string
    - `type` string
    - `value` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/sendpulse/apis/sendpulse-bulk-email-api.md) · [All operations](https://skmtc.net/sendpulse/apis/sendpulse-bulk-email-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sendpulse/sendpulse-bulk-email-api/revisions/cd38f8c6a425/schema)
