generate_expense_report
Create a detailed expense report for any date range. Specify workspace, pagination, sorting, and billable status to get expenses and totals.
Instructions
Generate a detailed expense report ({"expenses": [...], "totals": {...}}) for a date range. Requires the Expenses add-on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_range_start | Yes | ||
| date_range_end | Yes | ||
| workspace_id | No | ||
| page | No | ||
| page_size | No | ||
| sort_column | No | ||
| billable | No |