> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/cloud/emails/campaigns/details.md).

# Campaign details

**Where:** Email → Campaigns → campaign · `/projects/<project>/emails/campaigns/<id>/view`

The **Email Campaign** view shows one campaign end to end: its status, what was sent, to whom, through which provider, and how every batch and message did. Drill down batch → message → [message log](/cloud/emails/campaigns/log.md).

{% hint style="info" %}
Screenshot TODO — capture comes from testing-plan area **13-emails**.
{% endhint %}

## What you can do here

**General Information** — the campaign id (`cmp_4RXMBq6T24SOIilOBtkao9`, copyable) with a status badge (Pending, Registered, Scheduled, Started, Processing, Completed, Stopped, or Failed), **Initiated** time with the delivery plan (Instantly, or the scheduled time), the **Template** (linked to its editor), the **Deliver strategy** (All users, Specified Users, Specific Email Addresses, or Recipients From a Collection), and whether it delivers **with respect to user time zone**. A failed campaign shows a **Campaign Failed** alert with every error message.

The provider block names the email integration the campaign went through, with a **See integration details** link. Once statistics exist, four tiles show **Batches**, **Sent Emails**, **Failed**, and **Success rate**.

Actions:

* **Send Now** — appears on a scheduled campaign.
* **Stop campaign** — appears while the campaign is in flight (Scheduled, Registered, Started, or Processing). Batches already being sent finish; no new recipients are emailed. This cannot be undone.
* The actions menu adds **Create new from this**, **Export recipients…** and **Delete campaign…** (all enabled once the campaign completes), plus **See documentation**.

Below, the **batches** list (filterable by Batch ID) shows each batch with its own status. Opening a batch lists its messages; opening a message shows the [message log](/cloud/emails/campaigns/log.md).

## Use it from code

[Get Email Campaign](/sdks-and-cli/notifications/email/get-email-campaign.md) · [Get Email Campaign Statistics](/sdks-and-cli/notifications/email/get-email-campaign-statistics.md) · [Stop Email Campaign](/sdks-and-cli/notifications/email/stop-email-campaign.md)

## API reference

Endpoints: [Get Email Campaign](/api-reference/notifications/email/get-email-campaign.md), [Get Email Campaign Batches](/api-reference/notifications/email/get-email-campaign-batches.md), [Get Email Campaign Statistics](/api-reference/notifications/email/get-email-campaign-statistics.md), [Stop Email Campaign](/api-reference/notifications/email/stop-email-campaign.md).
