get_report_snapshot
Retrieve an immutable DNS report snapshot by snapshot ID to verify audit-trail evidence or re-read historical data without re-running a live scan.
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 |
|---|---|---|---|
| format | No | Return JSON data or LLM-ready Markdown | json |
| snapshotId | Yes | Snapshot ID returned by create_report_snapshot |