Skip to main content
GET
/
api
/
v1
/
scans
/
{scan_id}
Get Scan
curl --request GET \
  --url http://localhost:8000/api/v1/scans/{scan_id}
{
  "scan_id": "<string>",
  "results": [
    {}
  ],
  "topology": {}
}

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.

Path Parameters

scan_id
string
required
Hex-encoded scan ID (1-12 chars, [0-9a-f]). Other inputs return 400 Invalid scan ID format.

Errors

  • 400 — Invalid scan ID format
  • 404 — Scan not found

Response

scan_id
string
Echo of the requested ID
results
object[]
Check rows stored for the scan
topology
object
Topology snapshot, or null