Python
Record
Get number of records
Returns the number of records in a collection.
GET
Python
Authorizations
Path Parameters
Tenant UUID
Database name
Collection UUID
Query Parameters
Read level for consistency vs performance tradeoffs
Available options:
index_and_wal, index_only, index_and_bounded_wal Response
Number of records in the collection
The response is of type integer<int32>.
Required range:
x >= 0