Count points
Counts the number of points that match a specified filtering condition.
Path parameters
collection_name
Name of the collection to count in
Headers
api-key
Query parameters
timeout
If set, overrides global timeout for this request. Unit is seconds.
Request
This endpoint expects an object.
shard_key
Specify in which shards to look for the points, if not specified - look in all shards
filter
Look only for points which satisfies this conditions
exact
If true, count exact number of points. If false, count approximate number of points faster. Approximate count might be unreliable during the indexing process. Default: true
Response
This endpoint returns an object.
usage
time
Time spent to process this request
status
result