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.
API Reference
Every endpoint, with a playground
curl --request GET \ --url 'http://localhost:8000/metrics/security' \ --header 'Authorization: Bearer YOUR_API_KEY'
{ "timestamp": "2026-07-24T12:00:00Z", "statistics": {}, "recent_events": [ { "type": "string", "threat_level": "string", "blocked": true, "path": "string", "timestamp": "2026-07-24T12:00:00Z" } ] }
Get security-specific metrics. Requires admin role.
object
Show recent_events
200
401
403
422
429