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.
Commands for viewing aggregated policy performance metrics and exporting analytics data.
# All policies esper results policies # Specific policy with time range esper results policy <policy-id> --from 2024-01-01 --to 2024-01-31
esper results export --format csv --output results.csv esper results export --format json | jq '.policies[] | select(.match_rate > 0.1)'
# JSON for programmatic access esper --output json policy list # Table for human reading (default) esper --output table policy list # YAML for configuration management esper --output yaml policy show <policy-id>