Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.qaos.machdel.com/llms.txt

Use this file to discover all available pages before exploring further.

CLI — qaos hist

The qaos hist command displays a summary table of your recent runs directly in the terminal.
qaos hist

Options

FlagAliasDescription
--limit <n>-lNumber of recent runs to display (default: 10, max: 50)
--project <id>-pFilter results to a specific project ID

Examples

# Show last 10 runs across all projects
qaos hist

# Show last 5 runs
qaos hist -l 5

# Show runs for a specific project
qaos hist -p <project-id>

# Show last 20 runs for a specific project
qaos hist -p <project-id> -l 20

Output columns

ColumnDescription
IDShortened run ID
Statuscompleted, failed, or in-progress
ScoreAggregate quality score (0–100), or if not yet computed
IssuesNumber of problems detected
DurationHow long the run took
TitleRun title
URLSite URL that was tested
DateDate and time the run was created (UTC)
You must be authenticated before running qaos hist. Run qaos auth first if you haven’t already.

Dashboard

The QAOS Dashboard provides a richer view of run history:
  • Filter by project or status
  • View full issue reports with reproduction context
  • Compare runs over time to track improvement
  • Export reports as PDF
Navigate to Runs in the sidebar to access the history view.

Report contents

Each run report includes:

Issue list

All detected issues sorted by severity, with type, description, and location.

Task timeline

Per-task breakdown showing what the agent did, how long it took, and what it found.

Fix recommendations

Actionable guidance on how to resolve each detected issue.