---
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

---

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