# get billable metric

`GET https://api.suger.cloud/org/{orgId}/billableMetric/{billableMetricId}`

Get the billable metric for the given organization and billable metric ID.

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `orgId` | path | string | yes | Organization ID |
| `billableMetricId` | path | string | yes | Billable Metric ID |

## Responses

### 200 — OK

Content-Type: `application/json` · Schema: `BillableMetric`

### 400 — Bad request error

Content-Type: `application/json`

### 404 — billable metric not found

Content-Type: `application/json`

### 500 — Internal server error

Content-Type: `application/json`

---

Interactive API reference: https://doc.suger.io/api/
