---
title: "List of Statements"
method: GET
path: "/statements"
tags: ["Statements"]
---

# List of Statements

`GET /statements`

Returns a list of metadata for every statement for the given organization. A statement groups all booked transactions and all other relevant payments on a monthly basis, unrelated to the payment frequency of the organization. Payments are part of a statement if the actualPaymentDate falls between the statementPeriodStart and statementPeriodEnd. Transactions are part of a statement if the bookingDate falls between the statementPeriodStart and statementPeriodEnd. You can use the `limit`, `page`, `sortBy` and `sortDirection` parameters to filter and sort the results. If you are looking for details about the payments according to the payment frequency of the organization, use the [payments endpoints](getpayments).

## Query parameters

- `organizationId` string, uuid, required
- `cardAccountId` string, uuid
- `isClosed` boolean
- `fromDate` string, date-time, nullable
- `toDate` string, date-time, nullable
- `byDateField` 'startDate' | 'endDate' | 'updatedAt' | 'createdAt', nullable
- `limit` integer
- `page` integer
- `sortBy` 'organizationId' | 'createdAt'
- `sortDirection` 'ASC' | 'DESC'

## Response `200`

Ok

- object
  - `data` object[]
    - `statementId` string, uuid — The ID of the statement.
    - `statementCreatedAt` string, date-time — The date when the statement was created.
    - `isClosed` boolean — Whether the statement is closed already or not.
  - `hasNextPage` boolean — Indicates whether there is a next page available.

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `429` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/getpliant/apis/pliant-customer-api.md) · [All operations](https://skmtc.dev/getpliant/apis/pliant-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getpliant/pliant-customer-api/revisions/f3f589cfa718/schema)
