---
title: "Retrieves the collection of BankSummary resources."
method: GET
path: "/bank_summaries"
tags: ["BankSummary"]
---

# Retrieves the collection of BankSummary resources.

`GET /bank_summaries`

Retrieves the collection of BankSummary resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

BankSummary collection

- BankSummary[]
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `report_id` string, nullable — Report ID e.g: BankSummary
  - `name` string, nullable — Report Name e.g: Bank Summary
  - `columns` string[], nullable — columns in bank summary statement
  - `rows` string[], nullable — rows in bank summary statement
  - `start` string, date-time, nullable — start datetime of the bank summary coverage
  - `end` string, date-time, nullable — end datetime of the bank summary coverage
  - `reportId` string, nullable

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
