---
title: "Get the current status of a tracked transaction"
method: GET
path: "/transactions/{transactionId}/status"
tags: ["Tracker Transaction"]
---

# Get the current status of a tracked transaction

`GET /transactions/{transactionId}/status`

## Path parameters

- `transactionId` string, required

## Response `200`

Status snapshot

- object
  - `id` string, required
  - `transactionHash` string, required
  - `status` string, required
  - `confirmedAt` string, date-time

## Other responses

- `401` — Unauthorized — missing or invalid credentials
- `404` — Resource not found

---

[API](https://skmtc.net/overledger/apis/overledger-server.md) · [All operations](https://skmtc.net/overledger/apis/overledger-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/overledger/overledger-server/revisions/dd31e0a52064/schema)
