---
title: "Email Info by MessageID"
method: GET
path: "/api/v2/emails/report/{message-id}"
tags: ["5 - Gestão de E-mails"]
---

# Email Info by MessageID

`GET /api/v2/emails/report/{message-id}`

Retorna informações periciais de um e-mail pelo seu `message-id` (trilha de auditoria, hash, carimbo do tempo, recibos de leitura).

**Sucesso:** `200` com `data` = `{ sender, reply_to, sender_name, recipient, audit_trail, hash, timestamp_date, timestamp_content, sent_at, timestamp_id, is_deferred, has_error, email_content, read_receipts: [] }`.

**Erros:** `404` "Invalid message ID".

## Path parameters

- `message-id` string, required

## Headers

- `Authorization` string

## Response `200`

OK

- object

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/bry/apis/bry-easy-sign-api-rest.md) · [All operations](https://skmtc.net/bry/apis/bry-easy-sign-api-rest/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bry/bry-easy-sign-api-rest/versions/c87e026e87ac/schema)
