GET
/
api
/
metadata
/
database
{
  "tables": [
    {
      "name": "users",
      "recordCount": 1234
    },
    {
      "name": "posts",
      "recordCount": 5678
    },
    {
      "name": "comments",
      "recordCount": 9012
    }
  ],
  "totalTables": 15,
  "totalRecords": 16924,
  "databaseSize": "125 MB",
  "lastUpdated": "2024-01-21T10:30:00Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Database metadata

The response is of type object.