Prior knowledge about this scan's target assets.
GET/v1/scans/:scan_id/asset-knowledge
Worker-facing query. Returns what earlier scans of the project learned about THIS scan's target assets — discovery notes (schemas, endpoint semantics, auth quirks), the tech fingerprint, and discovered_from provenance. A split worker's local database has no project_assets rows, so this is how its coordinator sees the asset library. Worker auth is required.
Request
Responses
- 200
- 401
- 404
Prior-knowledge brief — one entry per library-linked target asset, each with notes, tech, and provenance.
Missing or invalid bearer token.
Unknown scan, or a scan not bound to a project.