Skip to main content
GET
/
v1
/
agents
/
{id}
/
tier-stats
Get tier statistics
curl --request GET \
  --url http://localhost:8080/v1/agents/{id}/tier-stats \
  --header 'Authorization: Bearer <token>'
{
  "hot": 123,
  "warm": 123,
  "cold": 123,
  "archive": 123,
  "total": 123
}

Authorizations

Authorization
string
header
required

API key with mk_ or rk_ prefix

Path Parameters

id
string<uuid>
required

Response

200 - application/json

Memory tier distribution

hot
integer
warm
integer
cold
integer
archive
integer
total
integer