curl --request GET \
--url https://api.mnemom.ai/v1/orgs/{org_id}/usage \
--header 'Authorization: Bearer <token>'{
"period": "daily",
"days": 123,
"data": [
{
"date": "2023-12-25",
"requests": 123,
"tokens_in": 123,
"tokens_out": 123
}
]
}Operational usage metrics — request count plus token volume per day. Dashboard-shaped: visible to all org roles except viewer (members and auditors retain access for self-monitoring and compliance respectively). For dollar-cost rollups see GET /orgs/{org_id}/costs.
curl --request GET \
--url https://api.mnemom.ai/v1/orgs/{org_id}/usage \
--header 'Authorization: Bearer <token>'{
"period": "daily",
"days": 123,
"data": [
{
"date": "2023-12-25",
"requests": 123,
"tokens_in": 123,
"tokens_out": 123
}
]
}Supabase JWT token in Authorization: Bearer header
Organization identifier (e.g. org-abc12345)
1 <= x <= 365