Export expenses
expense_exportExport the expenses in a date range as csv, xlsx or json and return a download link that is valid for one hour. Nothing partial is ever written: if a limit is hit no file is produced at all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ISO date, inclusive | |
| from | Yes | ISO date, inclusive | |
| path | No | Optional file name for the download, e.g. q3.csv | |
| format | Yes | ||
| project | No | ||
| billable | No | ||
| category | No |