---
title: "Get statement"
method: GET
path: "/statements/{statementId}"
tags: ["Statements"]
---

# Get statement

`GET /statements/{statementId}`

Permissions required: **Read Statement**


Get the details for a statement.

## Path parameters

- `statementId` string, uuid, required

## Response `200`

Statement Details

- object
  - `data` StatementDetails, 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

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not Found
- `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)
