---
title: "Get Preview Status and Results"
method: GET
path: "/v1/emails/previews/{previewId}"
tags: ["Email Previews"]
---

# Get Preview Status and Results

`GET /v1/emails/previews/{previewId}`

Retrieve the current status and complete results of an email preview, including all device screenshots. Note: This endpoint only retrieves results; credits (2 credits) are charged when creating the preview via POST /v1/emails/previews.

## Path parameters

- `previewId` string, required

## Response `200`

Preview retrieved successfully

- object
  - `success` boolean
  - `data` object
    - `previewId` string
    - `status` string
    - `previewData` object
      - `previews` object[]
        - `deviceKey` string
        - `deviceName` string
        - `imageUrl` string, uri
        - `thumbnailUrl` string, uri

## Other responses

- `401` — Unauthorized
- `404` — Resource not found

---

[API](https://skmtc.net/migma/apis/migma-ai-api-v1.md) · [All operations](https://skmtc.net/migma/apis/migma-ai-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/migma/migma-ai-api-v1/revisions/2d06ad0e0bc3/schema)
