Skip to main content
GET
/
api
/
v1
/
scans
List Scans
curl --request GET \
  --url http://localhost:8000/api/v1/scans

Documentation Index

Fetch the complete documentation index at: https://docs.tracectrl.ai/llms.txt

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

Returns a list of stored scans with summary counts. Shape is whatever engine.db.scan_results.list_scans() returns — see the database layer for the exact columns. Typically includes scan_id, scanned_at, profile, scan_path, and aggregate counts per severity.