Collections

Get optimization progress

Get progress of ongoing and completed optimizations for a collection

get/collections/{collection_name}/optimizations

Path parameters

collection_namestring required

Name of the collection

Query parameters

withstring

Comma-separated list of optional fields to include in the response. Possible values: queued, completed, idle_segments.

completed_limitinteger

Maximum number of completed optimizations to return. Ignored if completed is not in the with parameter.

Response

successful operation

timenumber float

Time spent to process this request

statusstring

Example response

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