freee_get_receipts
Retrieve uploaded receipt images and PDFs for electronic bookkeeping compliance. Filter by date, user, and status, with optional compact mode for summary statistics.
Instructions
Get list of receipts (証憑) for electronic bookkeeping compliance (電子帳簿保存法) - Retrieves uploaded receipt images/PDFs with filtering by date, user, and status. Use compact mode for summary statistics only. Max 100 records per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | No | Company ID (optional, uses FREEE_DEFAULT_COMPANY_ID if not provided) | |
| startDate | No | Start date (YYYY-MM-DD) | |
| endDate | No | End date (YYYY-MM-DD) | |
| userName | No | Filter by upload user name | |
| status | No | Filter by status (unconfirmed: 未確認, confirmed: 確認済み, deleted: 削除済み) | |
| 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. |