export_transactions
Read-onlyIdempotent
Export YNAB transactions to a JSON file for analysis, reporting, or backup purposes. Filter by account, category, date, or type to customize the exported data.
Instructions
Export all transactions to a JSON file with descriptive filename
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget_id | Yes | ||
| account_id | No | ||
| category_id | No | ||
| since_date | No | ||
| type | No | ||
| filename | No | ||
| minimal | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| filename | Yes | ||
| full_path | Yes | ||
| export_mode | Yes | ||
| total_count | Yes | ||
| preview_count | Yes | ||
| minimal_fields | Yes | ||
| export_directory | Yes | ||
| filename_explanation | Yes | ||
| preview_transactions | Yes |