get_transactions_by_month
Retrieve non-pending transactions for a specific month and budget plan, with optional filters for uncategorized or unapproved transactions and a start date.
Instructions
Get all transactions for a specific plan month, excluding pending transactions.
Args: month: Month in YYYY-MM-DD format (first of month) or 'current' plan_id: The plan ID (use list_plans to find available IDs) since_date: Only return transactions on or after this date (YYYY-MM-DD) type: Filter by 'uncategorized' or 'unapproved' exclude_fields: Optional list of field names to exclude from each transaction. If omitted, the model's default exclude list is used (see FIELDS.md). Pass [] to return all fields. Pass a custom list to override the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| month | Yes | ||
| plan_id | Yes | ||
| since_date | No | ||
| exclude_fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |