Skip to content

artemiskit report

Generate HTML or JSON reports from saved run data.

Terminal window
artemiskit report <run-id> [options]
akit report <run-id> [options]
ArgumentDescription
run-idThe run ID to generate a report for
OptionShortDescriptionDefault
--format-fOutput format: html, json, or bothhtml
--output-oOutput directoryartemis-output
--configPath to config fileartemis.config.yaml
Terminal window
akit report run_abc123
Terminal window
akit report run_abc123 -f json
Terminal window
akit report run_abc123 -f both -o ./reports
Terminal window
akit report run_abc123 -o ./reports/latest

Depending on format:

  • HTML: report.html — Interactive visual report
  • JSON: report.json — Machine-readable data
  • Regenerate reports after updating templates
  • Create reports in different formats
  • Share reports without re-running evaluations
  • Generate reports for historical runs