5.18. GET /db/_revs_limit

MethodGET /db/_revs_limit
Request None
Response The current revision limit setting
Admin Privileges Requiredno

Gets the current revs_limit (revision limit) setting.

For example to get the current limit:

GET http://couchdb:5984/recipes/_revs_limit
Content-Type: application/json

The returned information is the current setting as a numerical scalar:

1000