get_expense_report
Generate expense reports filtered by date range, user, client, project, and category. Group results and filter by billing status.
Instructions
Generate comprehensive expense reports with filtering by date range, users, clients, projects, and categories. Supports grouping and billing status filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | End date for report (YYYY-MM-DD) (required) | |
| from | Yes | Start date for report (YYYY-MM-DD) (required) | |
| user_id | No | Filter by specific user ID | |
| billable | No | Filter by billable status | |
| group_by | No | Group report results by specified dimension | |
| client_id | No | Filter by specific client ID | |
| is_billed | No | Filter by billed status | |
| project_id | No | Filter by specific project ID | |
| updated_since | No | Filter by expenses updated since this timestamp | |
| expense_category_id | No | Filter by specific expense category ID |