Skip to main content
Export the session report to a local directory, with one file per findings category and one recording per bug. Built for handing a report to a coding agent.

Arguments

string
required
The session to export.

Options

string
Directory to write the report and videos to. Defaults to a directory under the current working directory.
boolean
Only export when Mo is idle and all sub-agents are done. Checks once and exits without writing otherwise; it does not wait.

Output

The command prints the output directory. Inside it, report.json is the manifest:
Read every file findings names; newer servers can add categories. artifacts holds each recording download as { bugName, path } or { bugName, error }.

Examples

Export once the session finishes:
List every bug name:

Notes

Exporting does not rerun anything. To compare a recheck, mo send the recheck request, wait for idle, and export again into a second --output directory.