---
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.

## Changes

- **2026-08-06** `fe2041c5ba86` — 1 warning
  - changed the pattern of the `path` request parameter `id` from `^doc_[0-9a-hjkmnp-tv-z]{26}$` to `^doc_[0-7][0-9a-hjkmnp-tv-z]{25}$`

[Change history](https://skmtc.dev/stablesea/apis/stable-sea-backend/changes/compliance/msa/terms/:id/get.md)

---

[API](https://skmtc.dev/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.dev/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/adba5ad114cf/schema)
