---
title: "Get an Acknowledgment"
method: GET
path: "/v3/transactions/{transactionId}/acknowledgment"
tags: ["Transaction (v3)"]
---

# Get an Acknowledgment

`GET /v3/transactions/{transactionId}/acknowledgment`

Returns the acknowledgment for the specified Transaction.

## Path parameters

- `transactionId` number, required

## Headers

- `orderful-api-key` string, required

## Response `200`

Acknowledgment details.

- GetTransactionAcknowledgmentResponseV3Dto
  - `href` string, required — Acknowledgment URL.
  - `createdAt` string, date-time, required — Acknowledgment creation timestamp.
  - `status` string, required — Acknowledgment status.
  - `transaction` TransactionRefV3Dto, required
    - `href` string, required — Transaction URL.
  - `transactionId` string, required — Transaction ID.
  - `errors` TransactionErrorMessageV3Dto[] — Error messages.
    - `path` string, required — The path where the error occurred.
    - `code` string, required — Error code.
    - `message` string, required — Error message.

## Other responses

- `404` — Transaction or acknowledgment not found.

---

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