---
title: "GET /api/documents"
method: GET
path: "/api/documents"
tags: ["Documents"]
---

# GET /api/documents

`GET /api/documents`

## Query parameters

- `Policy` 0 | 1 | 2

## Response `200`

Success

- DocumentDto[]
  - `id` string, guid
  - `name` string
  - `documentPath` string
  - `creationDate` string
  - `date` string, nullable
  - `category` string
  - `policy` 0 | 1 | 2
  - `ownerEmail` string
  - `ownerName` string
  - `favoriteDocumentId` string, guid, nullable
  - `canEditOrDeleteDocument` boolean

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/rgcq/apis/web.md) · [All operations](https://skmtc.dev/rgcq/apis/web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rgcq/web/revisions/3fdd4827f760/schema)
