list_decisions
Retrieve AI decisions recorded in the tamper-evident ledger within a specified time window. Use for compliance review, audit preparation, or agent self-inspection.
Instructions
List recorded AI decisions for the calling tenant within a time window. Returns newest first. The read key scopes the result to the caller's tenant — cross-tenant reads require an admin read key. Use this for compliance review, audit prep, or agent self-inspection of recent activity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | ISO 8601 start of the time window (inclusive). Defaults to 7 days before now. | |
| to | No | ISO 8601 end of the time window (inclusive). Defaults to now. | |
| limit | No | Maximum number of records to return (default 100, max 500). Returned newest-first. |