List account statements
Get a paginated list of statements for an account. When specifying a date range, both startTime and endTime must be provided together. Defaults to the last 7 days if no date range is specified. Data is available for up to 24 months from the current date.
Authentication
AuthorizationBearer
OAuth 2.0 Bearer token with the read:bank_accounts scope
Path parameters
id
Unique identifier for the account
Query parameters
limit
Number of results per page. Clamped to the range 10–100.
pageKey
Cursor token for pagination. Pass the nextPageKey value from a previous response.
startTime
Start date for filtering results (inclusive). Format: YYYY-MM-DD. Must be specified together with endTime or omitted entirely.
endTime
End date for filtering results (inclusive). Format: YYYY-MM-DD. Must be specified together with startTime or omitted entirely.
Response
A paginated list of statements
statements
page
Pagination metadata for list responses.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error

