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

# Retrieves the collection of Statement resources.

`GET /statements`

Retrieves the collection of Statement resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

Statement collection

- Statement[]
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for the customer e.g. "1"
  - `customerFirstName` string, nullable — First name
  - `customerLastName` string, nullable — Last name
  - `customerCompany` string, nullable — Company name
  - `subscriptionId` string, nullable — Subscription Id
  - `description` string, nullable — Description of the statement
  - `transactionId` string, nullable — Transaction Id
  - `eventId` string, nullable — Event Id
  - `created` string, nullable — Date entry was created

---

[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/versions/d08a107895ad/schema)
