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

# List statement types

`GET /statement-types`

Permissions required: **Read Statement**


List the available statement types.

## Query parameters

- `afterId` string
- `limit` integer

## Response `200`

Statement Type list

- object
  - `data` StatementType[], required
    - `id` string, required
    - `name` 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)
