compliance_ledger
Returns your hash-chained decision records — one per verdict-bearing call (/v1/verify, /v1/explain, /v1/preflight, /v1/profile) made while compliance is enabled. Each entry carries its node, verdict, scores, receipt_id, the full decision record, and the chain hashes (prev_hash, entry_hash). Filter with from/to (ISO8601) and page with cursor (a seq) + limit (≤1000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ISO8601 upper bound (inclusive). | |
| from | No | ISO8601 lower bound (inclusive). | |
| limit | No | Page size, max 1000. | |
| cursor | No | Resume after this seq. |