Export Expenses
export_expensesExport expense records within a specified date range, optionally filtered by category, as CSV text for direct pasting into spreadsheets.
Instructions
Export expenses in a date range as CSV text (can be pasted into a spreadsheet).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Optional — restrict to a single category. | |
| end_date | Yes | End date (YYYY-MM-DD), inclusive. | |
| start_date | Yes | Start date (YYYY-MM-DD). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||