Export the log as CSV or Markdown
maintenance_exportExport maintenance entries dated inside a range. CSV (free): one row per entry, ready for a spreadsheet. Markdown (Pro): one section per asset with its entries, total spend and next due date, ready to paste into notes or a report. Writes nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Only entries dated on or before this, YYYY-MM-DD. Default: no upper bound | |
| from | No | Only entries dated on or after this, YYYY-MM-DD. Default: no lower bound | |
| format | No | csv (default) or markdown. Markdown summaries are a Pro feature |