---
title: "Get an email log by id"
method: GET
path: "/api/v1/logs/email/{id}"
tags: ["Logs"]
---

# Get an email log by id

`GET /api/v1/logs/email/{id}`

Required scope - root

## Path parameters

- `id` number, required

## Response `200`

A single email log object

- object
  - `log` EmailLog
    - `id` number, required
    - `success` boolean, required
    - `receiver` string, required
    - `response` string, required
    - `content` string, required
    - `createdAt` string, required
    - `updatedAt` string, required
    - `deletedAt` string, nullable, required

## Changes

- **2024-10-03** `795cad873b47` — 8 info
  - the response property `log/content` became required for the status `200`
  - the response property `log/createdAt` became required for the status `200`
  - the response property `log/deletedAt` became required for the status `200`
  - the response property `log/id` became required for the status `200`
  - …4 more
- **2024-10-01** `ffd604cd7944` — 1 info
  - endpoint added
- **2024-08-11** `11e2773b3a1e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api/changes/api/v1/logs/email/:id/get.md)

---

[API](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api.md) · [All operations](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/valuemelody/melody-auth-s2s-api/revisions/2e1471620fd7/schema)
