v1
latestOpenAPI 3.0.02026-08-0417295208.0 KBchannels
Get stats and counters for the channel
get/channels/{channel_name}/stats
Path parameters
channel_namestring required
Response
returns stats for the channel
Example response
{
"stats": {
"counters": {
"total_artifact_count": 10,
"package_count": 10,
"project_count": 10,
"notebook_count": 10,
"environment_count": 10,
"mirror_count": 10,
"group_count": 10,
"subchannel_count": 10,
"download_count": 10
}
}
}