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-sandbox.featherhq.com/v1/analytics/policies/violation-rate \ --header 'x-api-key: <api-key>'
[ { "policy_id": "<string>", "policy_name": "<string>", "strictness": "<string>", "evaluations": 123, "violations": 123, "violation_rate_pct": 123, "enforced": 123, "would_be": 123, "errors": 123, "avg_latency_ms": 123 } ]
Successful Response
Was this page helpful?