get_action_history
Retrieve recent audit records from the data directory without changing state. Returns id, timestamp, event, and detail ordered newest first, with an optional limit from 1 to 500.
Instructions
Read recent audit records from this data directory without changing state.
Returns history entries with id, at, event, and detail, ordered from newest to oldest. Records include snapshot imports, configuration changes, prepared proposals, and completed demo actions. An action_prepared event records preparation, not execution. Calculation evidence is separate from this audit history. Works before a snapshot is loaded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum audit records to return, from 1 through 500. Results are ordered from newest to oldest. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||