---
title: "Get info for an email from a campaign"
method: GET
path: "/campaigns/{id}/email/{email}"
tags: ["Email address"]
---

# Get info for an email from a campaign

`GET /campaigns/{id}/email/{email}`

Checks exactly what happened to a specific email in a specific campaign.

## Response `200`

Detailed delivery info

- object
  - `sent_date` string
  - `global_status` integer
  - `global_status_explain` string
  - `detail_status` integer
  - `detail_status_explain` 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)
