---
title: "retrieves a specified number of the fully constructed sent emails for a certain email address"
method: GET
path: "/api/getemails/{email}/{numberOfEmails}"
tags: ["Miscellaneous"]
---

# retrieves a specified number of the fully constructed sent emails for a certain email address

`GET /api/getemails/{email}/{numberOfEmails}`

## Path parameters

- `email` string, required
- `numberOfEmails` integer, required

## Response `200`

OK

- IntectWebAPIControllersMiscellaneousControllerEmailResponse
  - `TotalEmails` integer
  - `Emails` IntectWebAPIControllersMiscellaneousControllerEmailSummaryDTO[]
    - `Dispatched` string, date-time, nullable
    - `Subject` string
    - `From` string
    - `To` string[]
    - `Body` string
    - `IsBodyHtml` boolean

---

[API](https://skmtc.dev/intect/apis/intect-rest-api.md) · [All operations](https://skmtc.dev/intect/apis/intect-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intect/intect-rest-api/revisions/e256dcb495d4/schema)
