---
title: "Get Email Log Details"
full: true
_openapi:
  method: GET
  toc: []
  structuredData:
    headings: []
    contents:
      - content: "Returns detailed information for a specific email log."
_apiData:
  document: "https://reloop.sh/api/logs/openapi/json"
  operationData: [{"path":"/api/logs/v1/emails/{id}","method":"get"}]
  parameterList: [{"name":"id","type":"string","required":true,"description":"","location":"path"}]
  responseMap: {"200":{"description":"Response for status 200","schema":{"id":"con_123456789","messageId":"example_messageId","organizationId":"example_organizationId","domainId":"example_domainId","fromEmail":"example_fromEmail","fromName":"example_fromName","toEmails":["example_toEmails"],"ccEmails":["example_ccEmails"],"bccEmails":["example_bccEmails"],"replyTo":"example_replyTo","subject":"Welcome to Reloop","textBody":"example_textBody","htmlBody":"example_htmlBody","status":"example_status","errorMessage":"example_errorMessage","provider":"example_provider","size":0,"headers":{"company":"Reloop","role":"Developer"},"sentAt":"2026-03-23T10:00:00.000Z","deliveredAt":"2026-03-23T10:00:00.000Z","failedAt":"2026-03-23T10:00:00.000Z","createdAt":"2026-03-23T10:00:00.000Z","updatedAt":"2026-03-23T10:00:00.000Z","events":[{"id":"con_123456789","type":"example_type","metadata":null,"createdAt":"2026-03-23T10:00:00.000Z"}]}},"401":{"description":"Response for status 401","schema":{"message":"Unauthorized access"}},"403":{"description":"Response for status 403","schema":{"message":"Access forbidden"}},"404":{"description":"Response for status 404","schema":{"message":"Email log not found"}},"500":{"description":"Response for status 500","schema":{"message":"Internal server error"}}}
  codeSamples: []
---
> For the complete documentation index, see [llms-docs.txt](/llms-docs.txt) or the site index [llms.txt](/llms.txt). Full docs corpus: [llms-full-docs.txt](/llms-full-docs.txt). Prefer markdown URLs (append `.md`) for agent consumption. Product skill: [skill.md](/skill.md).


{/* This file was generated by the OpenAPI doc generator. Do not edit this file directly. Run `bun run generate:api-docs` to regenerate. */}

<APIPage />
