list_pies
Retrieve all investment pies with their cash input, progress toward goals, and performance metrics including dividends and results.
Instructions
List all pies in the account with money-in, progress, and performance.
Returns a list of pie summaries: id (use with get_pie), cash (money put into the pie, in the account currency), progress (fraction of the goal reached, 0..1), status ("AHEAD" | "ON_TRACK" | "BEHIND"), dividendDetails (gained/inCash/reinvested), and result (invested value, absolute result, result coefficient, current value). The API returns all pies; the limit is applied after fetching. Rate limit: 1 request per 30 seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of pies to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |