---
title: "Retrieve Charge"
method: GET
path: "/organizations/{orgId}/charges/{id}"
tags: ["Charge"]
---

# Retrieve Charge

`GET /organizations/{orgId}/charges/{id}`

Retrieve a Charge for the given UUID.

## Path parameters

- `orgId` string, required
- `id` string, required

## Response `200`

Return the Charge

- ChargeResponse
  - `id` string, required — The UUID of the entity.
  - `version` integer — The version number: - **Create:** On initial Create to insert a new entity, the version is set at 1 in the response. - **Update:** On successful Update, the version is incremented by 1 in the response.

## Other responses

- `4XX` — Error message
- `5XX` — Error message

## Changes

- **2025-12-03** `ac93d1a9e6d9` — 1 info
  - added the optional property `unitPrice` to the response with the `200` status
- **2025-08-01** `9f9e5f3dbde7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/m3ter-com/apis/m3ter-api/changes/organizations/:orgId/charges/:id/get.md)

---

[API](https://skmtc.dev/m3ter-com/apis/m3ter-api.md) · [All operations](https://skmtc.dev/m3ter-com/apis/m3ter-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/m3ter-com/m3ter-api/revisions/ac93d1a9e6d9/schema)
