temporal_query
Reconstruct what a ledger item (or items matching a query) officially said AS OF a past date T, by replaying the kept event history. Returns each item's point-in-time state plus an F-037 provenance receipt (observed_at = the state's effective time). existence:false with a first_seen receipt when the item did not yet exist at T; latest state with as_of_clamped:false when T is in the future. Read-only; price 0.0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_of | Yes | ISO-8601 point in time T. | |
| query | No | Title substring to reconstruct every matching item (capped at 25). Use instead of item_id. | |
| ledger | Yes | Ledger key (e.g. 'sanction', 'license', 'subsidy', 'recall', 'pharma', 'bid', 'grant', 'pubcom', 'ordinance', 'tos', 'realestate', 'landprice'). | |
| item_id | No | Stable item id (single-item reconstruction). | |
| jurisdiction | No | Jurisdiction code (default 'jp'). |