Get bank import details

GEThttps://app.speybooks.com/api/v1/bank-imports/{id}

Returns full details of a bank import including metadata, parsed rows with categorisation suggestions, and pagination. Default pagination: page 1, 50 per page (max 100).

Each row includes a suggestedAccount if the categorisation rules engine found a match, with provenance level and social proof from the global rules repository.

Path parameters

idstringrequired
Bank import ID (e.g. bimp_42).

Query parameters

pageintegeroptional
Page number for statement rows. Default 1.
perPageintegeroptional
Rows per page. Default 50, maximum 100.

Response

200Import metadata with paginated statement rows. Each row includes date, description, amount in pence, status, and categorisation suggestion with provenance and social proof.
Show response fields
importobject
Show child attributes
accountIdstring
filenamestring
idstring
statusstring
totalRowsinteger
rowsarray<object>
Show child attributes
amountinteger
datestring
descriptionstring
idinteger
statusstring
suggestedAccountobject
Show child attributes
codestring
idstring
namestring
provenancestring
ruleNamestring

Error codes

404Import not found.