curl --request GET \
--url https://api.mnemom.ai/v1/orgs/{org_id}/audit-log \
--header 'Authorization: Bearer <token>'{
"entries": [
{
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"http_method": "<string>",
"path": "<string>",
"auth_method": "jwt",
"principal_type": "user",
"principal_id": "<string>",
"key_id": "<string>",
"status_code": 123
}
],
"limit": 123,
"offset": 123
}Returns request-level audit entries scoped to this org: events made with an org-level API key, plus any event on a /v1/orgs/{org_id}/... URL. Excludes Mnemom-staff actions on /v1/admin/* paths. Compliance-shaped — owner, admin, and auditor roles only.
curl --request GET \
--url https://api.mnemom.ai/v1/orgs/{org_id}/audit-log \
--header 'Authorization: Bearer <token>'{
"entries": [
{
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"http_method": "<string>",
"path": "<string>",
"auth_method": "jwt",
"principal_type": "user",
"principal_id": "<string>",
"key_id": "<string>",
"status_code": 123
}
],
"limit": 123,
"offset": 123
}Supabase JWT token in Authorization: Bearer header
Organization identifier (e.g. org-abc12345)
1 <= x <= 200x >= 0