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
id string requiredBank import ID (e.g. bimp_42).
Query parameters
page integer optionalPage number for statement rows. Default 1.
perPage integer optionalRows per page. Default 50, maximum 100.
Response
200 Import 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
import objectShow child attributes
accountId stringfilename stringid stringstatus stringtotalRows integerrows array<object>Show child attributes
amount integerdate stringdescription stringid integerstatus stringsuggestedAccount objectShow child attributes
code stringid stringname stringprovenance stringruleName stringError codes
404 Import not found.