---
title: "Get EndUser emails"
method: GET
path: "/api/end_user_emails"
tags: ["EndUsers"]
---

# Get EndUser emails

`GET /api/end_user_emails`

Get all emails for all end users associate with this user

## Query parameters

- `page` integer, required
- `limit` integer, required

## Response `200`

OK

- object
  - `_meta` object
    - `count` number
    - `has_more` boolean
    - `page` number
    - `total_pages` number
  - `emails` object[]
    - `email` EndUserEmailSchema
      - `cc_addresses` string[]
      - `created` string, date-time
      - `date_sent` string, date-time
      - `date_sent_string` string
      - `from_address` string
      - `from_address_domain` string
      - `from_name` string
      - `heron_id` string
      - `html_body` string
      - `html_or_text_body` string
      - `is_reply` boolean
      - `processing_status` 'new' | 'processing' | 'processed' | 'failed'
      - `reply_to` string, nullable
      - `subject` string
      - `subject_cleaned` string
      - `text_body` string
      - `to_addresses` string[]
      - `viewer_url` string — a temporary, secure URL for viewing the email contents
    - `end_user_heron_id` string

---

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