---
title: "Get Message Attachments"
method: GET
path: "/attachments/conversations/{conversationId}/messages/{messageId}"
tags: ["Attachments"]
---

# Get Message Attachments

`GET /attachments/conversations/{conversationId}/messages/{messageId}`

Gets all attachments for a specific message

## Path parameters

- `conversationId` integer, required
- `messageId` integer, required

## Response `200`

Attachments retrieved successfully

## Other responses

- `404` — Conversation or message not found

---

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