GET
/
api
/
logs
/
stats
{
  "actionStats": [
    {
      "action": "INSERT",
      "count": 245
    },
    {
      "action": "UPDATE",
      "count": 189
    },
    {
      "action": "DELETE",
      "count": 34
    },
    {
      "action": "LOGIN",
      "count": 567
    }
  ],
  "tableStats": [
    {
      "table_name": "posts",
      "count": 156
    },
    {
      "table_name": "users",
      "count": 89
    },
    {
      "table_name": "comments",
      "count": 223
    }
  ],
  "recentActivity": 47,
  "totalLogs": 1035
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Logs statistics

The response is of type object.