sswp_ledger
Query the tamper-proof audit ledger to retrieve entries with sequence ID, event type, hash, and timestamp. Optionally filter by event type for targeted audit trail review.
Instructions
Query the tamper-proof SSWP audit ledger, an append-only SHA-256 hash chain that records every witness run, gate vote, and probe result. Returns a formatted table showing ledger entries with their sequence ID, event type (WITNESS, BULK_WITNESS), hash, and timestamp. Optionally filter by event type to narrow results. The ledger chain is cryptographically verifiable — any altered or removed entry breaks the chain. Use this for audit trail review, compliance reporting, or incident investigation. For a quick fleet overview, use sswp_registry_health instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of ledger entries to return, ordered newest first. Defaults to 20 if not specified. | |
| eventType | No | Filter entries by event type. Common values: 'WITNESS' (single repo attestation), 'BULK_WITNESS' (batch run). Omit to return all event types. |