Get Stats
API Reference
Get stats
Retrieve aggregate statistics.
GET
Get Stats
Get stats
Returns aggregated service metrics, including status breakdowns and disk usage totals.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Successful Response
API statistics response.
Attributes: total_scans: Total number of scans tracked. active_scans: Number of pending or running scans. max_concurrent_scans: Configured concurrency limit. status_breakdown: Counts keyed by scan status. disk_usage: Storage consumption summary.
Disk usage breakdown for scan storage.
Attributes: total_size_bytes: Total size in bytes. total_size_mb: Total size in megabytes. scan_directories: Number of scan directories on disk.
