---
title: "Retrieve image of message"
method: GET
path: "/v0/messages/{id}/image"
tags: ["Messages"]
---

# Retrieve image of message

`GET /v0/messages/{id}/image`

Retrieve an image of the message

## Path parameters

- `id` string, uuid, required

## Query parameters

- `recompute_mdm_from_raw` boolean, nullable — When true, recompute the MDM from the raw EML. For internal use only!
- `remove_large_text_fields` boolean, nullable — When true, any text field over 1MB will be cleared before returning

## Response `200`

OK

- HandlerTypesMessageImage
  - `data` string, byte — Base64-encoded image data
  - `is_empty_body` boolean — If the message is missing a body. In this case an empty PNG is returned.
  - `mime_type` string — MIME type of the image

---

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