Skip to main content
GET
Latest Scan
Returns the most recent scan plus drift metadata that lets the dashboard warn when the openclaw.json on disk has changed since the scan ran.

Response

scan_id
string
Identifier of the latest scan, or null if none
results
object[]
Check rows for that scan
topology
object
Topology snapshot stored with the scan, or null
config_changed
boolean
true if the current openclaw.json hash differs from the hash recorded at scan time
config_hash_at_scan
string
SHA-256[:16] of openclaw.json when the scan ran
config_hash_current
string
SHA-256[:16] of openclaw.json right now
days_since_scan
integer
Whole days since the scan was recorded, or null if unknown
When no scans have been recorded:
200