freee_get_deals
Retrieve detailed transaction records from freee Accounting with date range, partner, or account item filters. Supports pagination and compact summaries.
Instructions
Get list of deals (transactions) - Use with date filters and pagination for efficiency. For financial analysis, prefer aggregated report APIs (profit_loss, balance_sheet) which process thousands of transactions server-side. Only use for detailed transaction inspection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | No | Company ID (optional, uses FREEE_DEFAULT_COMPANY_ID if not provided) | |
| partnerId | No | Partner ID to filter by | |
| accountItemId | No | Account item ID to filter by | |
| startIssueDate | No | Start date (YYYY-MM-DD) | |
| endIssueDate | No | End date (YYYY-MM-DD) | |
| offset | No | Pagination offset | |
| limit | No | Number of results (1-100) | |
| compact | No | When true, returns summary statistics only without individual records. Useful for quick overviews. |