---
title: "Get Transaction Metadata"
method: GET
path: "/business/v2/transactions/{transactionId}/metadata/{metadataId}"
tags: ["Transaction Metadata"]
---

# Get Transaction Metadata

`GET /business/v2/transactions/{transactionId}/metadata/{metadataId}`

Endpoint to get the metadata of a `Transaction` by ID.

## Path parameters

- `transactionId` string, required — The `Transaction` ID.
- `metadataId` string, required — The ID related to the custom generated metadata of the `Transaction`.

## Response `200`

The returned resource is a generic JSON representing the metadata.

- unknown

## Other responses

- `404` — One or more resource requested does not exist.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
