Authorization: Bearer ********************{
"datasetId": "string",
"keyword": "string",
"page": 0,
"limit": 0
}curl --location --request POST 'http://10.12.186.133:30924/transpond/console/org_space/datasets/documents/list_page' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"datasetId": "string",
"keyword": "string",
"page": 0,
"limit": 0
}'{
"code": 0,
"message": "",
"result": {
"data": [
{
"id": "369cad57-ed5f-43f8-85d2-3939b0ad4326",
"position": 0,
"data_source_type": "upload_file",
"data_source_info": {
"upload_file_id": "00416468-3ad1-489b-9bbf-527b2f7d1098"
},
"dataset_process_rule_id": "9565f0d1-790f-4280-a012-a59faded5a75",
"name": "7·25-8.5暴雨洪水复盘分析3.pdf",
"created_from": "web",
"created_by": "ec3be31a-aab0-435b-a776-852f492beb14",
"created_at": 1761211876,
"indexing_status": "completed",
"priority": 5,
"error": null,
"enabled": true,
"disabled_at": null,
"disabled_by": null,
"display_status": "available",
"word_count": 19289,
"estimated_waiting_minutes": 0,
"regular_parsing_status": null,
"error_code": 0,
"action": "read",
"table_info": null,
"resource_id": "369cad57-ed5f-43f8-85d2-3939b0ad4326"
}
],
"has_more": false,
"limit": 10,
"total": 1,
"page": 1
}
}