GET
/
collections
/
{collection}
/
stats
{
  "collectionId": "<string>",
  "documentCount": 123,
  "requestCount": 123,
  "avgTimePerRequestMs": 123,
  "sizeInBytes": 123,
  "lastModified": "2023-11-07T05:31:56Z"
}

Path Parameters

collection
string
required

The name of a collection

Response

200 - application/json

successful operation

The response is of type object.