Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET /api/v1/data/data-distribution — per-category record counts and last update times
GET /api/v1/data/data-distribution[?user_id=<other_uid>] Authorization: Bearer <access_token>
{ "code": 0, "msg": "ok", "data": { "user_id": "504", "total_categories": 48, "total_records": 1891, "distribution": [ { "category": "Internal Medicine", "last_update_time": "2026-05-09T17:20:21+08:00", "record_count": 932 }, { "category": "genetic", "last_update_time": "2026-05-12T10:23:39+08:00", "record_count": 538 } ] } }
Was this page helpful?