---
title: "List Email Incoming Messages"
method: GET
path: "/email_incoming_messages"
tags: ["email_incoming_messages", "Email Incoming Messages"]
---

# List Email Incoming Messages

`GET /email_incoming_messages`

List Email Incoming Messages

## Query parameters

- `cursor` string
- `per_page` integer

## Response `200`

A list of EmailIncomingMessages objects.

- EmailIncomingMessageEntity[]
  - `id` integer — Id of the Email Incoming Message
  - `inbox_id` integer — Id of the Inbox associated with this message
  - `sender` string — Sender of the email
  - `sender_name` string — Sender name
  - `status` 'success' | 'partial_failure' | 'failure' | 'skipped' — Status of the message
  - `body` string — Body of the email
  - `message` string — Message describing the failure
  - `created_at` string, date-time — Message creation date/time
  - `inbox_title` string — Title of the Inbox associated with this message

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

[API](https://skmtc.net/files/apis/files-com-api.md) · [All operations](https://skmtc.net/files/apis/files-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/files/files-com-api/revisions/c6d6f57e6da8/schema)
