---
title: "List Email Logs"
full: true
_openapi:
  method: GET
  toc: []
  structuredData:
    headings: []
    contents:
      - content: "Returns email logs for the active organization."
_apiData:
  document: "https://reloop.sh/api/logs/openapi/json"
  operationData: [{"path":"/api/logs/v1/emails","method":"get"}]
  parameterList: [{"name":"page","type":"string | number","required":false,"description":"","location":"query","defaultValue":1},{"name":"limit","type":"string | number","required":false,"description":"","location":"query","defaultValue":10},{"name":"search","type":"string","required":false,"description":"","location":"query"},{"name":"status","type":"string","required":false,"description":"","location":"query"},{"name":"domain","type":"string","required":false,"description":"","location":"query"},{"name":"api_key_id","type":"string","required":false,"description":"","location":"query"},{"name":"start_date","type":"string","required":false,"description":"","location":"query"},{"name":"end_date","type":"string","required":false,"description":"","location":"query"},{"name":"recipient","type":"string","required":false,"description":"Return only emails sent to this recipient address","location":"query"}]
  responseMap: {"200":{"description":"Response for status 200","schema":{"object":"list","data":[{"id":"con_123456789","subject":"Welcome to Reloop","fromEmail":"example_fromEmail","toEmails":["example_toEmails"],"status":"example_status","createdAt":"2026-03-23T10:00:00.000Z"}],"total":1,"page":0,"limit":0}},"401":{"description":"Response for status 401","schema":{"message":"Unauthorized access"}},"403":{"description":"Response for status 403","schema":{"message":"Access forbidden"}},"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 />
