list_accounts
Read-onlyIdempotent
Retrieve all accounts for a specific YNAB budget to manage finances, track balances, and organize spending categories.
Instructions
List all accounts for a specific budget
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget_id | Yes | ||
| limit | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cached | No | Indicates if data was served from cache | |
| accounts | Yes | List of accounts | |
| usedDelta | No | Indicates if delta merge optimization was applied for budgets | |
| cache_info | No | Human-readable cache status message (e.g., "Cache hit", "Cache miss") | |
| total_count | Yes | Total account count | |
| returned_count | Yes | Returned account count |