Skip to main content
GET
/
safe-house
/
metrics
/
summary
Aggregate verdict counts over a window
curl --request GET \
  --url https://api.mnemom.ai/v1/safe-house/metrics/summary \
  --header 'Authorization: Bearer <token>'
{
  "pass": 123,
  "warn": 123,
  "quarantine": 123,
  "block": 123,
  "total": 123,
  "block_rate": 123,
  "warn_rate": 123
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Query Parameters

agent_id
string
from
string<date-time>
to
string<date-time>

Response

Summary counts.

pass
integer
warn
integer
quarantine
integer
block
integer
total
integer
block_rate
number
warn_rate
number