---
title: "Get a Transaction Message"
method: GET
path: "/v3/transactions/{transactionId}/message"
tags: ["Transaction (v3)"]
---

# Get a Transaction Message

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

Returns the specified Transaction's message content.

## Path parameters

- `transactionId` number, required

## Headers

- `orderful-api-key` string, required

## Response `200`

Transaction message content.

- TransactionMessageWithContentV3Dto
  - `href` string, required — Message endpoint URL.
  - `transactionSets` object[], required — Array of transaction set objects containing the EDI transaction data in Orderful JSON format.

## Other responses

- `404` — Transaction 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)
