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 required
Data import ID (e.g. dimp_2).

Response

200 Import record with cutoverDate, stats, mappings, unmapped, lines, balanceProof, errors, and canConfirm.
Show response fields
balanceProof object
Show child attributes
balanced boolean
delta string
roundingAmount string
roundingInjected boolean
totalCredit string
totalDebit string
canConfirm boolean
cutoverDate string
errors array<object>
import object
Show child attributes
completedAt string nullable
createdAt string date-time
engineVersion string
filename string
id string
status string
totalRows integer
lines array<object>
Show child attributes
accountCode string
accountId string
accountName string
accountType string
credit string
debit string
isRounding boolean
sourceLabel string
mappings array<object>
Show child attributes
confidence integer
method string
sourceLabel string
targetAccountId string
targetCode string
targetName string
targetType string
stats object
Show child attributes
errorRows integer
ignoredRows integer
totalRows integer
validRows integer
unmapped array<object>

Error codes

404 Opening balance import not found.