get_transactions_by_account
Retrieve transactions for a YNAB account, excluding pending. Filter by date, uncategorized or unapproved status, and exclude specific fields.
Instructions
Get transactions for a specific account, excluding pending transactions.
Args: account_id: The account ID plan_id: The plan ID (use list_plans to find available IDs) since_date: Only return transactions on or after this date (YYYY-MM-DD) type: Filter by 'uncategorized' or 'unapproved' exclude_fields: Optional list of field names to exclude from each transaction. If omitted, the model's default exclude list is used (see FIELDS.md). Pass [] to return all fields. Pass a custom list to override the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| plan_id | Yes | ||
| account_id | Yes | ||
| since_date | No | ||
| exclude_fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |