Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.mnemom.ai/v1/orgs/{org_id}/governance/escalation-rules \ --header 'Authorization: Bearer <token>'
{ "rules": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "org_id": "<string>", "name": "<string>", "predicate": { "pattern_type": "<string>", "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "threshold_count": 2, "window_minutes": 2 }, "destination_ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "enabled": true, "fire_count": 1, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "last_fired_at": "2023-11-07T05:31:56Z", "created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } ] }
Supabase JWT token in Authorization: Bearer header
Organization identifier (e.g. org-abc12345)
Escalation rules listing.
Show child attributes
Suggestions
Contact support