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

---

[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/revisions/3feea260296c/schema)
