verify_decision
Verify integrity of an AI decision by comparing its queryable and immutable copies. Returns true if unaltered, satisfying regulator evidence requests.
Instructions
Verify a recorded AI decision has not been altered since it was written. The ledger fetches the queryable copy (DynamoDB) and the immutable copy (S3 Object Lock COMPLIANCE mode) independently and compares them. Returns integrity_verified=true if they match. Use this to satisfy a regulator request or to prove an audit trail to a compliance team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | The UUID v4 event ID of the decision to verify. |