dbsize
Returns the number of keys in the application database.
Query Syntax
HTTP
URL: http://kuzzle:7512/ms/_dbsize
Method: GET
Other protocols
{
"controller": "ms",
"action": "dbsize",
}
Response
Returns the number of found keys.
{
"requestId": "<unique request identifier>",
"status": 200,
"error": null,
"controller": "ms",
"action": "dbsize",
"collection": null,
"index": null,
"result": 42
}