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

# List the caller's group MSA agreements (business)

`GET /compliance/msa/agreements`

Returns every agreement for the session's group — MSA click-through documents, custody service-agreement contracts, and the WisdomTree Terms of Service row — including the rich Type/Name/Status/CanDownload/ContractType fields the SPA reads.

## Response `200`

OK

- MsaListAgreementsOutput
  - `data` MsaBusinessAgreementView[], nullable
    - `accepted_by` string, nullable
    - `accepted_ts` string, date-time
    - `can_download` boolean
    - `contract_type` string
    - `created_ts` string, date-time
    - `document_id` string
    - `group_id` string
    - `name` string
    - `status` string
    - `type` string

## Other responses

- `default` — Error response.

## Changes

- **2026-09-01** `f2d9f80610d9` — 1 info
  - added the optional property `error/api_client_id` to the response with the `default` status
- **2026-08-06** `fe2041c5ba86` — 3 info
  - the `data/items/accepted_by` response's property pattern was changed from `^ind_[0-9a-hjkmnp-tv-z]{26}$` to `^ind_[0-7][0-9a-hjkmnp-tv-z]{25}$` for the status `200`
  - 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/agreements/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/0a6aeb726c1f/schema)
