Skip to content

Reports

This page will be expanded with detailed report documentation before launch.

LiMon generates executive-ready PDF reports designed to communicate license usage insights to management.

Savings Report

Identifies unused and underused licenses with estimated cost savings.

  • Analyzes usage patterns over time (requires subscription)
  • Highlights licenses with zero usage in the reporting period
  • Calculates potential savings based on license cost data
  • Available in Standard (basic) and Professional (full) editions

Audit Defense Report

Documents your organization's compliance posture for vendor license audits.

  • Provides an immutable record of license usage
  • Shows peak usage vs. entitlement counts
  • Timestamps all data for audit trail purposes
  • Available in Professional edition

Generating Reports

Navigate to Reports in the sidebar, select the report type, date range, and click Generate.

curl -X POST http://your-server:8080/api/v1/reports/savings \
  -H "Authorization: Bearer <api-key>" \
  -H "Content-Type: application/json" \
  -d '{"from": "2026-01-01", "to": "2026-01-31"}'