---
title: "List order emails"
method: GET
path: "/v3/orders/{id}/emails"
tags: ["Orders"]
---

# List order emails

`GET /v3/orders/{id}/emails`

Requires the `order:list` scope. Get list of emails sent for an order.

## Response `200`

Order emails list

- ListOrderEmailsResponseBody — Non-paginated list payload for v3.
  - `data` OrderEmail[], required
    - `from` string — Sender email address
    - `id` integer — Order email ID
    - `inserted_at` string, date-time — Email creation timestamp
    - `message_id` string — Message ID of the email
    - `order_id` string, uuid — Canonical UUIDv7 order primary key returned by the partitioned orders table.
    - `status` string — Email status
    - `status_history` object[]
      - `status` string — Email status
      - `timestamp` string, date-time — Timestamp of the status change
    - `subject` string — Email subject
    - `to` string — Recipient email address
    - `type` string — Type of the email
    - `updated_at` string, date-time — Last update timestamp of the email
  - `is_paginated` false, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/scalev/apis/nexus-commerce-api.md) · [All operations](https://skmtc.net/scalev/apis/nexus-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalev/nexus-commerce-api/versions/730030bd6477/schema)
