mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-04-28 22:37:50 +08:00
Feat: Support get aggregated parsing status to dataset via the API (#13481)
### What problem does this PR solve? Support getting aggregated parsing status to dataset via the API Issue: #12810 ### Type of change - [x] New Feature (non-breaking change which adds functionality) Co-authored-by: heyang.why <heyang.why@alibaba-inc.com>
This commit is contained in:
@ -41,6 +41,12 @@ curl --request GET \
|
||||
--url http://127.0.0.1:9380/api/v1/datasets \
|
||||
--header 'Authorization: Bearer ragflow-IzZmY1MGVhYTBhMjExZWZiYTdjMDI0Mm'
|
||||
|
||||
# List datasets with parsing status
|
||||
echo -e "\n-- List datasets with parsing status"
|
||||
curl --request GET \
|
||||
--url 'http://127.0.0.1:9380/api/v1/datasets?include_parsing_status=true' \
|
||||
--header 'Authorization: Bearer ragflow-IzZmY1MGVhYTBhMjExZWZiYTdjMDI0Mm'
|
||||
|
||||
# Delete datasets
|
||||
echo -e "\n-- Delete datasets"
|
||||
curl --request DELETE \
|
||||
|
||||
Reference in New Issue
Block a user