Deep Forensic Audit Decode
dcl_audit_decode_deepRetrieve deep forensic audit details by transaction hash, providing drift context and full chain integrity verification.
Instructions
POST-ACTION Deep Forensic Audit ($0.50). Extended output with drift_context and full chain integrity verification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tx_hash | Yes | Transaction hash of the audit chain record to retrieve. | |
| payment_id | No | Optional payment identifier returned by a previous call when payment is required |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Set if tx_hash was not found; other fields are omitted. | |
| reason | No | Explanation recorded for the verdict. | |
| tx_hash | No | Hash of the audit chain record. | |
| verdict | No | COMMIT or NO_COMMIT. | |
| agent_id | No | Identifier of the agent tied to this record. | |
| prev_hash | No | Hash of the preceding record in the chain. | |
| seal_text | No | Human-readable Leibniz Layer verification seal. | |
| task_type | No | Task type tag recorded with this entry. | |
| timestamp | No | Unix timestamp when the record was created. | |
| confidence | No | Confidence score recorded for the verdict. | |
| verify_url | No | Public URL to independently verify this seal. | |
| chain_index | No | Sequential index of the record in the chain. | |
| drift_context | No | Extended forensic metadata captured at evaluation time. | |
| chain_integrity | No | True if the full chain verifies as intact. | |
| tampered_at_index | No | Index where chain integrity broke, if any tampering was detected. |