Error
A valid request URL is required to generate request examples{
"collectionId": "<string>",
"documentCount": 123,
"requestCount": 123,
"avgTimePerRequestMs": 123,
"sizeInBytes": 123,
"lastModified": "2023-11-07T05:31:56Z"
}Return statistics about a collection
Stats include the number of documents in the index, how many requests have been made of the collection, the average request time, and the index size in bytes
GET
/
collections
/
{collection}
/
stats
Error
A valid request URL is required to generate request examples{
"collectionId": "<string>",
"documentCount": 123,
"requestCount": 123,
"avgTimePerRequestMs": 123,
"sizeInBytes": 123,
"lastModified": "2023-11-07T05:31:56Z"
}Path Parameters
The name of a collection
Was this page helpful?
⌘I