A valid request URL is required to generate request examples{
"search": {
"total": 123,
"zero_result_count": 123,
"zero_result_rate": 123,
"avg_duration_ms": 123,
"by_requester_type": [
{
"requester_type": "<string>",
"total": 123,
"zero_result_count": 123,
"zero_result_rate": 123
}
]
},
"ingest": {
"total_jobs": 123,
"completed": 123,
"failed": 123,
"running": 123,
"pending": 123,
"error_rate": 123,
"avg_processing_ms": 123
},
"sources": {
"by_status": {},
"by_type": {}
},
"corpus": {
"total_collections": 123,
"total_sources": 123,
"total_chunks": 123,
"total_tokens": 123
},
"usage": {
"top_collections": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"retrieval_count": 123
}
],
"top_sources": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"collection_name": "<string>",
"retrieval_count": 123
}
]
},
"since": "<string>"
}Returns aggregate quality and operations metrics for shared knowledge. Response contains only counts, rates, averages, and status distributions. No raw query text, no requester identifiers, no cross-user query logs.
A valid request URL is required to generate request examples{
"search": {
"total": 123,
"zero_result_count": 123,
"zero_result_rate": 123,
"avg_duration_ms": 123,
"by_requester_type": [
{
"requester_type": "<string>",
"total": 123,
"zero_result_count": 123,
"zero_result_rate": 123
}
]
},
"ingest": {
"total_jobs": 123,
"completed": 123,
"failed": 123,
"running": 123,
"pending": 123,
"error_rate": 123,
"avg_processing_ms": 123
},
"sources": {
"by_status": {},
"by_type": {}
},
"corpus": {
"total_collections": 123,
"total_sources": 123,
"total_chunks": 123,
"total_tokens": 123
},
"usage": {
"top_collections": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"retrieval_count": 123
}
],
"top_sources": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"collection_name": "<string>",
"retrieval_count": 123
}
]
},
"since": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ISO timestamp to scope time-based stats (search, ingest)
Aggregate stats