---
title: "Download an MSA terms document (business)"
method: GET
path: "/compliance/msa/terms/{id}"
tags: ["compliance", "msa", "business"]
---

# Download an MSA terms document (business)

`GET /compliance/msa/terms/{id}`

Returns the MSA document filename, MIME type, and base64-encoded body for the caller's group. A document owned by another group, a non-MSA document, and a nonexistent id are indistinguishable: all answer the same 404 (document_not_found).

## Path parameters

- `id` string, required

## Response `200`

OK

- MsaDownloadOutput
  - `content_b64` string
  - `filename` string
  - `mime_type` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/versions/3b6fc8373884/schema)
