freee_get_journals
Retrieve journal entries for a date range to support monthly closing verification, anomaly detection, and audit review. Downloads all entries including deals, manual journals, and auto-generated entries.
Instructions
Get journal entries (仕訳帳) for a date range - Downloads all journal entries including deals, manual journals, and auto-generated entries. Uses async download API internally (request → poll → download). Ideal for monthly closing verification, anomaly detection (duplicate entries, unusual accounts), and comprehensive audit review. Returns structured data parsed from CSV. Note: may take 10-30 seconds for large date ranges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | No | Company ID (optional, uses FREEE_DEFAULT_COMPANY_ID if not provided) | |
| startDate | Yes | Start date (YYYY-MM-DD) | |
| endDate | Yes | End date (YYYY-MM-DD) | |
| visibleTags | No | Additional fields to include in output (partner, item, tag, section, description, all, etc.). Defaults to ["all"]. | |
| visibleIds | No | Additional ID fields to include (deal_id, transfer_id, manual_journal_id) |