cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/system/storage-stats \ --header 'Authorization: Bearer <token>'
{ "tables": {}, "total_rows": 123, "total_size_mb": 123 }
Documentation IndexFetch the complete documentation index at: https://docs.hyperoru.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.hyperoru.com/llms.txt
Use this file to discover all available pages before exploring further.
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Storage usage statistics
GET /api/system/storage-stats response.
GET /api/system/storage-stats
Was this page helpful?