curl --request GET \
--url https://api.example.com/api/namespaces/{name}/stats{
"chunk_count": 1,
"name": "<string>",
"article_count": 0,
"document_count": 0,
"documents": [
{
"chunk_count": 1,
"file_name": "<string>",
"file_path": "<string>"
}
],
"video_count": 0,
"videos": [
{
"chunk_count": 1,
"title": "<string>",
"video_id": "<string>"
}
]
}Get detailed stats for a specific namespace.
curl --request GET \
--url https://api.example.com/api/namespaces/{name}/stats{
"chunk_count": 1,
"name": "<string>",
"article_count": 0,
"document_count": 0,
"documents": [
{
"chunk_count": 1,
"file_name": "<string>",
"file_path": "<string>"
}
],
"video_count": 0,
"videos": [
{
"chunk_count": 1,
"title": "<string>",
"video_id": "<string>"
}
]
}Successful Response
Detailed statistics for a namespace.
x >= 0x >= 0x >= 0Show child attributes
x >= 0Show child attributes