---
title: "List attachments for an email message"
method: GET
path: "/addresses/{email}/messages/{messageId}/attachments"
tags: ["Attachments"]
---

# List attachments for an email message

`GET /addresses/{email}/messages/{messageId}/attachments`

Get attachment metadata on email message.

## Response `200`

Attachment Metadata

- AttachmentMeta — Describes metadata for attachment
  - `checksum` string, md5sum — md5 checksum on attachment file
  - `contentDisposition` string — TODO: describe
  - `contentId` string — Unique identifier for message attachment. Can be the md5sum, smtp content-id (cid), or filename.
  - `contentType` string — Content type of the attachment
  - `fileName` string — Filename of attachment
  - `length` integer — length of attachment
  - `transferEncoding` string — Encoding used for attachment

## Other responses

- `401` — Not authorized. You may need to log in first.

---

[API](https://skmtc.dev/mailsac/apis/mailsac-api-specification.md) · [All operations](https://skmtc.dev/mailsac/apis/mailsac-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mailsac/mailsac-api-specification/revisions/5f8b55c76229/schema)
