list_categories
Read-onlyIdempotent
Retrieve all budget categories from YNAB to organize finances, track spending, and manage transactions effectively.
Instructions
List all categories for a specific budget
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget_id | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cached | No | Indicates if data was served from cache | |
| 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") | |
| categories | Yes | List of categories | |
| category_groups | Yes | List of category groups |