AviatoAviato
DeveloperAPI ReferenceAdminDatabase

/api/admin/database

GET
/api/admin/database

Response Body

application/json

curl -X GET "https://example.com/api/admin/database"
{
  "tables": [
    {
      "table": "string",
      "rows": 0
    }
  ],
  "totalTables": 0,
  "fileSizeBytes": 0,
  "walMode": true
}