---
title: "Requery transaction"
method: GET
path: "/api/v1/transactions/{transactionId}"
tags: ["Transactions"]
---

# Requery transaction

`GET /api/v1/transactions/{transactionId}`

Return one transaction and its current `status`. Pass Mongo `_id`, `tranxId` (e.g. `DNTY8374056F678V`), or `customerRef` (e.g. `DATA-REF-001`) as the path segment. When several rows share the same `customerRef`, the most recent is returned.

## Path parameters

- `transactionId` string, required

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `404` — Not found
- `500` — Internal server error

## Changes

- **2026-05-31** `99437f87d687` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/msorg-developers/apis/dancity-api/changes/api/v1/transactions/:transactionId/get.md)

---

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