curl --location 'http://localhost:5000/datasets/713cd447-c59c-4368-9f9e-c9d06e1cc0f6/documents?current_page=undefined&page_size=undefined' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxZTc1NzIxYi04OTY5LTRkNTktOGM2Ny00ZDZlNTc0Zjk1ODQiLCJpc3MiOiJsbG1vcHMiLCJleHAiOjE3ODM5Mjg2NjZ9.110v8Tvu0kC0i-bx0RTDqcQNU0fFqiwuzo-O2ofgsF8'{
"code": "success",
"data": {
"list": [
{
"character_count": 2374,
"created_at": 1776812182,
"disabled_at": 0,
"enabled": true,
"error": "",
"hit_count": 0,
"id": "ba3b8c43-d863-4d11-9ad2-58a52c076ca4",
"name": "Qwen3+Dify打造本地RAG知识库.pdf",
"position": 3,
"status": "completed",
"updated_at": 1776812182
}
],
"paginator": {
"current_page": 1,
"page_size": 1,
"total_page": 4,
"total_record": 4
}
},
"message": ""
}