---
title: "Get email send status"
method: GET
path: "/api/v4/me/email/status/{polling_id}"
tags: ["Email"]
deprecated: true
---

# Get email send status

`GET /api/v4/me/email/status/{polling_id}`

> **Deprecated.**

Deprecated. Returns the processing status for a prior `POST /api/v4/me/email` call identified by `polling_id`. Poll until the send reaches a terminal state.

## Path parameters

- `polling_id` string, required

## Response `200`

Successful response

- SendEmailPollingResponse
  - `action_id` string, nullable, required
  - `email_id` string, nullable, required
  - `error` SendEmailError, nullable, required
    - `code` string
    - `http_status_code` integer
    - `message` string
    - `parameters` object
    - `unique_id` string
  - `polling_id` string, required
  - `status` 'FAILED' | 'PENDING' | 'SUCCEEDED', required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
