# Get an email body

Get the HTML content, subject, and attachments of an email body.

Endpoint: GET /emails/api/email-bodies/{uuid}
Version: 2.0.0
Security: bearerAuth

## Path parameters:

  - `uuid` (string, required)
    Resource UUID.

## Response 200 fields (application/json):

  - `uuid` (string)

  - `team_id` (integer)

  - `body` (string)

  - `attachments` (array)

  - `subject` (string)

  - `created_at` (string)

  - `updated_at` (string)


## Response 404 fields
