---
title: "list remote doc"
method: POST
path: "/admin/kb/space/remote"
tags: ["space"]
---

# list remote doc

`POST /admin/kb/space/remote`

## Request body

- SvcListRemoteReq
  - `opt` ModelPlatformOpt
    - `access_token` string
    - `app_id` string
    - `phone` string
    - `refresh_token` string
    - `secret` string
    - `url` string
    - `user_third_id` string
    - `username` string
  - `platform` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10
  - `remote_folder_id` string

## Response `200`

OK

- object
  - `data` object
    - `total` integer
    - `items` SvcListSpaceKBItem[]
      - `desc` string
      - `doc_id` string
      - `file_type` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18
      - `title` string
  - `err` string
  - `msg` string
  - `success` boolean
  - `trace_id` string

---

[API](https://skmtc.dev/chaitin/apis/koalaqa-api.md) · [All operations](https://skmtc.dev/chaitin/apis/koalaqa-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chaitin/koalaqa-api/revisions/01ffb1712e8a/schema)
