---
title: "Get a transaction."
method: GET
path: "/transactions/{transaction_id}"
tags: ["Transactions"]
deprecated: true
---

# Get a transaction.

`GET /transactions/{transaction_id}`

> **Deprecated.**

Retrieves a Transaction by external transaction ID.

*Note*: If you are using the Alloy Events API, you do not need to use any of the Transactions endpoints. All data should be sent through the Events API with a relevant `event_type`.

## Response `200`

Returns the transaction matching the ID.

- 0 — unresolved $ref

## Other responses

- `404` — Unable to find the transaction_id.

---

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