accounting_journal_entries_get_details
Retrieve line-level account and amount details for journal entries by ID. Get granular transaction rows to analyze entries beyond header totals.
Instructions
Retrieve journal-entry detail rows for the requested journal-entry IDs. Use this for line-level account and amount detail; use accounting_journal_entries_get_summary for header-level totals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Journal entry UUID | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||