get_report_snapshot
Retrieve an immutable IntoDNS report snapshot by ID to verify audit-trail evidence without re-scanning. Returns JSON with original content hash and timestamp.
Instructions
Read a previously created IntoDNS.ai Everything Report evidence snapshot by snapshot ID. Read-only GET — returns the immutable JSON report exactly as it was at snapshot creation, with the original SHA-256 content hash and timestamp. Requires snapshotId from create_report_snapshot. Use to verify or re-read an audit-trail evidence record without re-running a live scan; use get_everything_report for current live data instead. No auth, fully idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| snapshotId | Yes | Snapshot ID returned by create_report_snapshot | |
| format | No | Return JSON data or LLM-ready Markdown | json |