---
title: "GET /api/vouchers/{id}/transactions"
method: GET
path: "/api/vouchers/{id}/transactions"
tags: ["api", "vouchers"]
---

# GET /api/vouchers/{id}/transactions

`GET /api/vouchers/{id}/transactions`

Get Voucher Transactions by id

## Path parameters

- `id` string, required — The ID of the voucher to get

## Response `200`

OK

- object[]
  - `transactionId` string, required
  - `amount` number, required
  - `createdAt` string, date-time, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

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