---
title: "List Email Logs"
method: GET
path: "/email_logs"
tags: ["email_logs", "Email Logs"]
---

# List Email Logs

`GET /email_logs`

List Email Logs

## Query parameters

- `cursor` string
- `per_page` integer

## Response `200`

A list of EmailLogs objects.

- EmailLogEntity[]
  - `timestamp` string, date-time — Start Time of Action. Deprecrated: Use created_at.
  - `message` string — Log Message
  - `status` 'success' | 'failure' | 'suppressed' — Status of E-Mail delivery
  - `subject` string — Subject line of E-Mail
  - `to` string — To field of E-Mail
  - `cc` string — CC field of E-Mail
  - `delivery_method` string — How was the email delivered? `customer_smtp` or `files.com`
  - `smtp_hostname` string — Customer SMTP Hostname used.
  - `smtp_ip` string — Customer SMTP IP address as resolved for use (useful for troubleshooting DNS issues with customer SMTP).
  - `created_at` string, date-time — Start Time of Action

## 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)
