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

# List statements

`GET /statements`

Permissions required: **Read Statement**


List the available statements.

## Query parameters

- `afterId` string
- `limit` integer
- `ids` string[]
- `typeIds` string[]
- `customerIds` string[]
- `createdAfter` string, date-time
- `createdBefore` string, date-time
- `correctedAfter` string, date-time
- `correctedBefore` string, date-time

## Response `200`

Statement list

- object
  - `data` Statement[], required
    - `correctedAt` string, date-time, nullable — The time the statement was corrected. This field may be omitted if the statement has not been corrected
    - `createdAt` string, date-time, required
    - `customerId` string
    - `displayName` string, required
    - `id` string, required
    - `typeId` string, required
  - `page` Page, required — Pagination info
    - `next` string, nullable — URL to use to query for the next page or null if no additional results are available

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/versions/166864b1ec6d/schema)
