---
title: "Retrieve Email Renders"
method: GET
path: "/emails/{id}/renders"
tags: ["Emails"]
---

# Retrieve Email Renders

`GET /emails/{id}/renders`

Retrieve rendered HTML for a specific email

## Path parameters

- `id` string, required

## Query parameters

- `target` 'email' | 'html', required — The target format for the rendered HTML. Use 'email' for rendered_html_for_email or 'html' for rendered_html_for_web.

## Response `200`

OK

- Render
  - `content` string, required — The rendered HTML for the specified target format.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Entity
- `429` — Too Many Requests

---

[API](https://skmtc.net/buttondown/apis/buttondown-api.md) · [All operations](https://skmtc.net/buttondown/apis/buttondown-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/buttondown/buttondown-api/versions/71b271a0f44a/schema)
