Skip to main content
GET
/
safe-house
/
metrics
/
timeseries
Time-series of verdict counts
curl --request GET \
  --url https://api.mnemom.ai/v1/safe-house/metrics/timeseries \
  --header 'Authorization: Bearer <token>'
{
  "buckets": [
    {}
  ]
}

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>
bucket
enum<string>
default:hour
Available options:
hour,
day

Response

Buckets.

buckets
object[]