Get bank import details
GET
https://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
idstringrequiredBank import ID (e.g. bimp_42).
Query parameters
pageintegeroptionalPage number for statement rows. Default 1.
perPageintegeroptionalRows 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
importobjectShow child attributes
accountIdstringfilenamestringidstringstatusstringtotalRowsintegerrowsarray<object>Show child attributes
amountintegerdatestringdescriptionstringidintegerstatusstringsuggestedAccountobjectShow child attributes
codestringidstringnamestringprovenancestringruleNamestringError codes
404Import not found.