---
title: "Get the transaction for the id"
method: GET
path: "/transactions/{transactionId}"
tags: ["Transactions"]
---

# Get the transaction for the id

`GET /transactions/{transactionId}`

## Path parameters

- `transactionId` integer, required

## Response `200`

successful operation

- Transaction
  - `id` integer
  - `accountId` integer
  - `date` string, date-time
  - `amount` number
  - `description` string
  - `type` 'Credit' | 'Debit'

---

[API](https://skmtc.net/parasoft/apis/the-parabank-services-proxy-rest-api.md) · [All operations](https://skmtc.net/parasoft/apis/the-parabank-services-proxy-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/parasoft/the-parabank-services-proxy-rest-api/revisions/dde8a8455a0b/schema)
