Count
Count points
Count the number of points in a collection, optionally filtered by payload conditions. Useful for checking collection size, validating data loads, or counting points matching specific criteria.
post/collections/{collection_name}/points/count
Path parameters
collection_namestring required
The name of the collection to count points in.
Request body
Example request
{
"exact": true
}Response
Count result
Example response
{
"time": 0.000004424,
"status": "ok",
"result": {
"count": 4
}
}