GET /v1/policies
List all loaded policy profiles with their full configuration.Example
Response fields
The policy profile name as defined in the policy YAML file.
Operating mode:
enforce (apply decisions) or monitor (log only, never block).Score thresholds that drive
flag and block decisions for inbound and outbound traffic.Per-signature overrides applied on top of the base policy. Each entry can disable a specific signature, change its action, or adjust its scoring weight.
Use cases
- Verify the active policy — confirm that the correct policy file was loaded after startup or a hot-reload.
- Inspect thresholds — check flag and block thresholds without reading the policy YAML directly.
- Audit per-signature overrides — review which signatures have been customized, disabled, or had their action changed from the default.