Get opening balance details
GET
https://app.speybooks.com/api/v1/opening-balances/{id}Retrieve full details of an opening balance import including the import metadata (with audit timestamps), mapped lines, account mappings with resolution method, balance proof, and confirmation eligibility.
Returns the same rich arrays as the upload response — lines, mappings, unmapped, and errors — making it suitable for re-rendering the mapping wizard after page navigation.
Path parameters
id string requiredData import ID (e.g. dimp_2).
Response
200 Import record with cutoverDate, stats, mappings, unmapped, lines, balanceProof, errors, and canConfirm.
Show response fields
balanceProof objectShow child attributes
balanced booleandelta stringroundingAmount stringroundingInjected booleantotalCredit stringtotalDebit stringcanConfirm booleancutoverDate stringerrors array<object>import objectShow child attributes
completedAt string nullablecreatedAt string date-timeengineVersion stringfilename stringid stringstatus stringtotalRows integerlines array<object>Show child attributes
accountCode stringaccountId stringaccountName stringaccountType stringcredit stringdebit stringisRounding booleansourceLabel stringmappings array<object>Show child attributes
confidence integermethod stringsourceLabel stringtargetAccountId stringtargetCode stringtargetName stringtargetType stringstats objectShow child attributes
errorRows integerignoredRows integertotalRows integervalidRows integerunmapped array<object>Error codes
404 Opening balance import not found.