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

id string required
Data import ID (e.g. dimp_4).

Response

200 Import record with direction, cutoverDate, stats, rows with contact resolution, clearingProof, errors, and canConfirm.
Show response fields
canConfirm boolean
clearingProof object
Show child attributes
cleared boolean
importDelta string
netBalance string
openingBalance string
cutoverDate string
direction 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
rows array<object>
Show child attributes
contact object
Show child attributes
confidence integer
contactId string
contactName string
outcome string
reason string
contactName string
docDate string
docNumber string
error string nullable
errorDetail string nullable
gross string
outstanding string
paid string
rowIndex integer
status string
stats object
Show child attributes
errorRows integer
totalGross string
totalOutstanding string
totalPaid string
totalRows integer
validRows integer

Error codes

404 Bill import not found.