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 required
Bank import ID (e.g. bimp_42).

Query parameters

page integer optional
Page number for statement rows. Default 1.
perPage integer optional
Rows 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 object
Show child attributes
accountId string
filename string
id string
status string
totalRows integer
rows array<object>
Show child attributes
amount integer
date string
description string
id integer
status string
suggestedAccount object
Show child attributes
code string
id string
name string
provenance string
ruleName string

Error codes

404 Import not found.