Skip to main content
GET
/
api
/
system
/
storage-stats
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
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Response

Storage usage statistics

GET /api/system/storage-stats response.

tables
object
required
total_rows
integer<int64> | null
total_size_mb
number<double> | null