---
title: "List pending MSA documents for the caller's group (business)"
method: GET
path: "/compliance/msa/terms"
tags: ["compliance", "msa", "business"]
---

# List pending MSA documents for the caller's group (business)

`GET /compliance/msa/terms`

Returns MSA agreements the caller's group has not yet accepted.

## Response `200`

OK

- MsaListPendingTermsOutput
  - `data` MsaPendingTermsDocumentView[], nullable
    - `accepted_ts` string, date-time
    - `created_ts` string, date-time
    - `document_id` string
    - `group_id` string

## Other responses

- `default` — Error response.

## Changes

- **2026-08-06** `fe2041c5ba86` — 2 info
  - the `data/items/document_id` response's property pattern was changed from `^doc_[0-9a-hjkmnp-tv-z]{26}$` to `^doc_[0-7][0-9a-hjkmnp-tv-z]{25}$` for the status `200`
  - the `data/items/group_id` response's property pattern was changed from `^grp_[0-9a-hjkmnp-tv-z]{26}$` to `^grp_[0-7][0-9a-hjkmnp-tv-z]{25}$` for the status `200`

[Change history](https://skmtc.dev/stablesea/apis/stable-sea-backend/changes/compliance/msa/terms/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)
