---
title: "Download a message attachment"
method: GET
path: "/v1/attachments/{userID}/{messageID}/{attachmentIndex}/{filename}"
tags: ["Attachments"]
---

# Download a message attachment

`GET /v1/attachments/{userID}/{messageID}/{attachmentIndex}/{filename}`

Download an MMS attachment by its path components

## Path parameters

- `userID` string, required
- `messageID` string, required
- `attachmentIndex` string, required
- `filename` string, required

## Response `200`

OK

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/ndolestudio/apis/httpsms-api-reference.md) · [All operations](https://skmtc.dev/ndolestudio/apis/httpsms-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ndolestudio/httpsms-api-reference/revisions/7e5d7ce790b3/schema)
