Skip to main content
GET
/
admin
/
database
/
stats
Get database statistics
curl --request GET \
  --url https://api.example.com/admin/database/stats
[
  {
    "estimated_row_count": 123,
    "table_name": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.seraph.si/llms.txt

Use this file to discover all available pages before exploring further.

Response

Successfully retrieved database statistics

estimated_row_count
integer
table_name
string