# List Emailpreview Tests (deprecated)

Returns a list of email preview tests.<br><br>**WARNING:** *This endpoint is deprecated in favor of our [V2 endpoint](https://documentation.mailgun.com/docs/inspect/api-reference/openapi-final/tag/Email-Preview/#tag/Email-Preview/operation/GET-v2-preview-tests).*

Endpoint: GET /v1/preview/tests
Version: 1.0.0
Security: basicAuth

## Response 200 fields (application/json):

  - `id` (string)

  - `date` (integer)

  - `type` (string)

  - `subject` (string)

## Response 400 fields (application/json):

  - `Reason` (string, required)

## Response 401 fields (application/json):

  - `Reason` (string, required)

## Response 500 fields (application/json):

  - `message` (string, required)
    Response message

## Response default fields (application/json):

  - `error` (object)

  - `error.name` (string)

  - `error.message` (string)

