---
title: "Retrieve a Transaction"
method: GET
path: "/transactions/{id}"
tags: ["Transactions"]
---

# Retrieve a Transaction

`GET /transactions/{id}`

Provides the information necessary for the business to determine the state of the transaction identified by `id`, decide if any action must be taken to continue processing the transaction, and act on the decision.

## Path parameters

- `id` string, required

## Response `200`

Transaction found.

- union
  - TransactionSEP6 — unresolved $ref
  - TransactionSEP24 — unresolved $ref
  - TransactionSEP31 — unresolved $ref

## Other responses

- `400` — Bad Request
- `404` — Transaction not found.

---

[API](https://skmtc.dev/stellar/apis/platform-server.md) · [All operations](https://skmtc.dev/stellar/apis/platform-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stellar/platform-server/revisions/ba4512af5463/schema)
