curl --request GET \
--url https://api.example.com/api/namespaces{
"namespaces": [
{
"chunk_count": 1,
"name": "<string>",
"article_count": 0,
"document_count": 0,
"video_count": 0
}
]
}List all namespaces with summary stats.
curl --request GET \
--url https://api.example.com/api/namespaces{
"namespaces": [
{
"chunk_count": 1,
"name": "<string>",
"article_count": 0,
"document_count": 0,
"video_count": 0
}
]
}Successful Response
List of all namespaces.
Show child attributes