List allocation runs
list_allocation_runsMANAGEMENT data class. Discover persisted allocation runs and their conservation heads; this does not generate or recompute allocation. Money is decimal-string rupees. Results are ordered period, version, then run id, and the signed page_token is pinned to the complete filtered source: if it reports source_changed, restart at page 1. current_only means latest generated version, not source freshness; known_stale and not_assessed are both warnings, never a claim that the source is fresh. Raw stale reasons and warning context are not returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Optional management month in YYYY-MM. | |
| client_id | Yes | The entity (client) id — from list_clients. | |
| page_size | No | Rows per source-pinned page (default 20, max 50). | |
| page_token | No | Signed continuation from the prior page; restart without it if source_changed. | |
| current_only | No | Return only the latest generated version per period (default true); this is not a freshness claim. |