---
title: "Get All Documents"
method: GET
path: "/v1/document"
tags: ["document"]
---

# Get All Documents

`GET /v1/document`

Get all documents for the current user or organization.

- **is_organization**: Whether to fetch documents for an organization.
    - If True, the documents will be fetched for the organization.
    - If False, the documents will be fetched for the current user.

Returns:
    DocumentList: A list of document information.

## Query parameters

- `is_organization` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/lingopal/apis/lingopal-api-v1.md) · [All operations](https://skmtc.net/lingopal/apis/lingopal-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lingopal/lingopal-api-v1/revisions/e59486f9cd0c/schema)
