Skip to main content
The detail scans command lets you inspect the scan history for any repository, check the status of individual runs, and look up the scan ID you need to filter bugs with detail bugs list --scan-id.

detail scans list [REPO]

List recent scans for a repository.
Arguments Flags Each row in the output includes the scan ID, status, scan type, commit SHA, bug counts, and timestamp.
Filters are applied client-side. When you use --status, --scan-type, --since, or --until, Detail fetches all scans for the repository first and then filters the results locally. For repositories with many scans, combining --since with a narrow window keeps the result set manageable.
Examples
Copy the scan ID from the output and pass it to detail bugs list --scan-id <id> to see only the bugs that were discovered in that particular run.