Points

Count points

Count points which matches given filtering condition

post/collections/{collection_name}/points/count

Path parameters

collection_namestring required

Name of the collection to count in

Query parameters

timeoutinteger

If set, overrides global timeout for this request. Unit is seconds.

Request body

exactboolean

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

successful operation

timenumber float

Time spent to process this request

statusstring

Example response

{
  "time": 0.002,
  "status": "ok"
}

Changes