Export entries to CSV
export_csvExport timesheet entries to a CSV file with hours, billable, rate, currency, and amount for easy bookkeeping.
Instructions
Call this tool to export the timesheet to a CSV file (excel-friendly) you can hand to a bookkeeper: one row per entry with hours, billable, rate, currency and amount. Returns the file path written.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ISO date/time upper bound. On the free tier the export is clamped to the last 7 days; Pro exports the full history. | |
| from | No | ISO date/time lower bound. On the free tier the export is clamped to the last 7 days; Pro exports the full history. | |
| path | No | Target file path; a relative path resolves against the working directory. Defaults to a timestamped file in the local data directory, and the full path is returned. | |
| project | No | Optional project filter |