cURL
curl --request GET \ --url https://api.example.com/user/document \ --header 'Authorization: Bearer <token>'
{ "items": [ { "knowledge_id": 123, "owner_id": 123, "name": "<string>", "file_format": "<string>", "file_size_bytes": 123, "status": "<string>", "chunk_count": 123, "progress": 123, "uploaded_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "folder_path": "<string>", "error_message": "<string>" } ], "total": 123, "page": 123, "size": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
1 <= x <= 200
문서명 검색어
Successful Response
Show child attributes