Get bill import details
GET
https://app.speybooks.com/api/v1/bill-imports/{id}Retrieve full details of a bill import including the import
metadata (with audit timestamps), parsed rows with per-row
supplier contact resolution, clearingProof, and confirmation
eligibility.
Returns the same rich payload as the upload response, making it suitable for re-rendering the import wizard after page navigation.
Path parameters
idstringrequiredData import ID (e.g. dimp_4).
Response
200Import record with direction, cutoverDate, stats, rows with contact resolution, clearingProof, errors, and canConfirm.
Show response fields
canConfirmbooleanclearingProofobjectShow child attributes
clearedbooleanimportDeltastringnetBalancestringopeningBalancestringcutoverDatestringdirectionstringerrorsarray<object>importobjectShow child attributes
completedAtstringnullablecreatedAtstringdate-timeengineVersionstringfilenamestringidstringstatusstringtotalRowsintegerrowsarray<object>Show child attributes
contactobjectShow child attributes
confidenceintegercontactIdstringcontactNamestringoutcomestringreasonstringcontactNamestringdocDatestringdocNumberstringerrorstringnullableerrorDetailstringnullablegrossstringoutstandingstringpaidstringrowIndexintegerstatusstringstatsobjectShow child attributes
errorRowsintegertotalGrossstringtotalOutstandingstringtotalPaidstringtotalRowsintegervalidRowsintegerError codes
404Bill import not found.