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

# List the caller's group compliance messages (business)

`GET /compliance/messages`

Keyset-paginated chat history for the authenticated business group, newest-first.

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

OK

- PageMessagesView
  - `data` MessagesView[], nullable, required
    - `content_doc_ids` string[]
    - `content_docs` MessagesContentDoc[]
      - `document_id` string
      - `file_name` string
      - `file_size` integer
      - `file_type` string
    - `content_text_b64` string
    - `created_by` string
    - `created_ts` string, date-time
    - `group_id` string
    - `id` string
  - `has_more` boolean, required
  - `next_cursor` string, nullable, required
  - `total_count` integer, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `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)
