Skip to main content
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"
}

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

collection
string
required

The name of a collection

Response

200 - application/json

successful operation

collectionId
string
read-only
documentCount
integer<int64>
read-only
requestCount
integer<int64>
read-only
avgTimePerRequestMs
number<double>
read-only
sizeInBytes
integer<int64>
read-only
lastModified
string<date-time>
read-only