---
title: "Get the file attachments associated with a messageId"
method: GET
path: "/v4/messages/{messageId}/attachments"
tags: ["Messaging"]
---

# Get the file attachments associated with a messageId

`GET /v4/messages/{messageId}/attachments`

## Path parameters

- `messageId` string, uuid, required

## Response `200`

Success

- MessageAttachmentResponse
  - `attachments` MessageAttachment[], nullable
    - `fileId` string, nullable
    - `fileName` string, nullable
    - `downloadUrl` string, nullable

---

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