get_price_index_history
Call this for the canonical DATED index SERIES (to chart or analyse movement) of the AEPI — the same chained like-for-like series the /aepi page plots. Every point is an index level (base 100), never a price. Returns the whole-economy headline series, or a single buyer tier's series when tier is set. provider_type returns the standalone 'agent' / 'mcp' series (own base 100). period selects '30d' (default), '90d' or 'all'. response_mode 'summary' (default) returns date + index_level points plus the window change; 'full' adds gap flags. Returns an honest status (insufficient_history) rather than a fabricated series when data is too thin. (Also accepts a benchmark_id to read a private custom benchmark's history.) The economy index is whole-market by design — for pricing on a specific capability use market_report or price_benchmark.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | Return one buyer tier's series ('team' = Team/SME). Default 'all' = the headline series. | |
| period | No | History window. Default '30d'. | |
| provider_type | No | 'all' (default) = the combined whole-economy series, or the standalone 'agent' / 'mcp' series (own base 100). | |
| response_mode | No | 'summary' (default, compact) or 'full'. |