list_recent_escalations
Retrieve recent escalation events from safety audit logs to monitor self-harm and criminal intent detections. Filter by threat category and configure result limits to review critical incidents requiring immediate attention.
Instructions
Return recent escalation events from the audit log.
Parameters
limit:
Maximum number of events to return (default 20).
category:
Filter by category ("self_harm" or "criminal_intent").
Omit for all categories.
Returns
list[dict] List of escalation records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| category | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |