---
title: "List documents/projects"
method: POST
path: "/documents/list"
tags: ["Documents"]
---

# List documents/projects

`POST /documents/list`

## Request body

- DocumentListRequest
  - `list_type` 'documents' | 'projects'
  - `d_app_id` string
  - `project_id` string
  - `file_extension` string

## Response `200`

List

- DocumentListResponse
  - `documents` DocumentListItem[]
    - `document_id` string
    - `file_name` string
    - `file_size` integer
    - `created_at` string, date-time
  - `total_count` integer

## Changes

- **2026-07-14** `27f7c6c98b23` — 1 info
  - endpoint added
- **2025-11-08** `e742b1a46470` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/j-aic/apis/ib-link-apis/changes/documents/list/post.md)

---

[API](https://skmtc.dev/j-aic/apis/ib-link-apis.md) · [All operations](https://skmtc.dev/j-aic/apis/ib-link-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/j-aic/ib-link-apis/revisions/27f7c6c98b23/schema)
