---
title: "Get the executions of an email blast"
method: GET
path: "/email_blasts/{id}/executions"
tags: ["Email blasts"]
---

# Get the executions of an email blast

`GET /email_blasts/{id}/executions`

## Path parameters

- `id` string, required

## Response `200`

The executions of the email blast

- object
  - `executions` EmailBlastExecution[], required — The executions of the email blast
    - `id` string, required — The ID of the email blast execution
    - `customer` union, required — The customer executing through the email blast
      - string
      - Customer
        - `id` string, required — The ID of the customer
        - `external_id` string, nullable, required — The external ID of the customer
        - `email_address` string, nullable, required — The email address of the customer
        - `phone_number` string, nullable, required — The phone number of the customer
        - `full_name` string, nullable, required — The full name of the customer
        - `metadata` object, required — The metadata associated with this customer
        - `unsubscribed` 'future' | 'campaign', nullable, required — The unsubscribe status of the customer
    - `to` string, required — The email address the email blast was actually sent to
    - `sent_at` string, nullable, required — The time when the email blast was sent in ISO 8601 format
    - `finished_at` string, nullable, required — The time when the execution finished in ISO 8601 format
    - `finished_reason` string, nullable, required — The reason the execution finished

---

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