---
title: "List the caller's compliance documents"
method: GET
path: "/compliance/documents"
tags: ["compliance", "documents"]
---

# List the caller's compliance documents

`GET /compliance/documents`

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

OK

- PageDocumentsView
  - `data` DocumentsView[], nullable, required
    - `created_by` string
    - `created_ts` string, date-time
    - `file_name` string
    - `file_size` integer
    - `file_type` string
    - `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/versions/3feea260296c/schema)
