Skip to content

Repository Reports and Exports

Generate high-fidelity PDF, CSV, and JSON reports to track quality trends, identify structural hotspots, and satisfy audit requirements. Access reports via the Code quality (Embold) UI or automate generation through our REST API.

Report Types & Use Cases

Report TypeBest For...Key Insights ProvidedAPI Reference
Full PDF ReportStakeholder UpdatesOverall Code quality Score, Hotspots, and Trends.View API
Duplication ReportMaintainabilityIdentification of cloned code for refactoring.View API
Anti-pattern ReportArchitectsStructural design flaws (God Classes, Hubs).View API
Compliance ReportSafety-Critical DevStatus against MISRA C:2012 / C++:2008.View API

1. Generating Reports via UI

Follow these steps to generate a comprehensive report for an individual repository:

  1. Navigate to Repositories > [Your Repository].
  2. Choose your Snapshot (point-in-time analysis) from the timeline.
  3. Click the Download icon (tray icon) in the top-right corner.
  4. Select Download Repository Report.
  5. Select the specific modules required (e.g., Antipattern issues, Duplication reports, or Full Summary).
  6. Click Download to generate and save your report.

IMPORTANT

You can use the API as well. All API requests require a valid JWT Access Token in the header. Generate your token under User Settings > Access Tokens.