ファイル一覧取得
開発中
GET
/files
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/files'
Response Response Example
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"filename": "string",
"filepath": "string",
"size": "string",
"contents": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"document_id": "string",
"content": "string",
"type": "string"
}
]
}
]
Requestパラメータ
なし
Response
更新日時 2025-05-08 14:34:30