mipo

Running Scans

Live view of scans currently executing or pending dispatch. Auto-refreshes per your status-refresh-interval preference.

How to

Monitor In-Flight Scans

  1. Watch the Running Scans page refresh automatically. The Status column shows a progress bar (completed / total jobs) for each running scan.
  2. Click a scan name to jump to its results once it completes — links activate when status flips to Completed or Failed.
  3. If a scan is blocked by job errors, a JobErrorBadge appears next to its name. Click it to navigate to the Job Errors page for triage.

Gotchas

  • A scan with status=pending has been queued but not yet picked up by a scanner. If pending lingers >5 min, check /health/services/scanners for capacity.
  • The refresh interval respects your preference in /profile — if nothing appears to be updating, check that your interval is not set to "manual".
  • Each running or pending scan has a Cancel action. Cancelling stops dispatch immediately; a running scan shows "Cancelling…" until its scanners confirm and the scan reaches "cancelled".

API calls (1)

MethodPathDescription
GET /api/scans Fetch all scans filtered by status=running,pending; auto-refresh re-issues this on the configured interval

Related

  • Recent Scans — View completed and failed scans within your preferred window
  • Scan History — Search unbounded scan archive for audit and reporting