list audit tombstones
list_audit_tombstonesList acknowledged audit-chain gaps with recorded reasons to distinguish known loss from tampering. Returns tombstone details sorted by sequence.
Instructions
List acknowledged audit-chain gaps (tombstones) with the recorded reason for each lost slot, so a known loss can be distinguished from tampering. GET /v1/audit/tombstones (API-key scope: read). Returns: { tombstones: [{ seq (integer), reason, created_at (ISO) }] } sorted by seq ascending Notes: The audit chain is platform-global, so this list is the same for every workspace. Cache-Control: no-store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||