get_security_log
Retrieve recent security events to audit sessions before exporting workflows. Filter by session ID, severity, or limit results.
Instructions
Return recent security events from the Scout security log.
Useful for auditing a session before exporting a workflow — if a session had injection attempts, that should inform whether the workflow is trustworthy.
Args: session_id: Filter to events from this session only. severity: Filter by severity level: 'info', 'warning', or 'critical'. limit: Maximum number of events to return. Default: 50.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No | ||
| severity | No | ||
| limit | No |