Audit log
get_audit_logReads the tamper-evident audit log, returning the newest entries first to verify actions. Supports pagination by limit or starting sequence, and filtering by pending action ID.
Instructions
Reads the tamper-evident audit log, newest first. Optionally needs a limit, a starting point, or an action id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many rows, newest first. | |
| action_id | No | Only rows for this pending action. | |
| before_seq | No | Only rows with seq below this (pagination). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | ||
| chain_head | Yes | ||
| total_rows | Yes |