get_transactions
List company transactions with optional filters. Use for expense tracking, transaction review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default: 25, max: 100) | |
| status | No | Filter by status | |
| date_to | No | End date filter (ISO format) | |
| category | No | Filter by category | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. | |
| date_from | No | Start date filter (ISO format, e.g., 2026-01-01) | |
| is_income | No | Filter to income (true) or expenses (false) |