---
title: "Retrieve Credit Line Item"
method: GET
path: "/organizations/{orgId}/bills/{billId}/creditlineitems/{id}"
tags: ["Credits"]
---

# Retrieve Credit Line Item

`GET /organizations/{orgId}/bills/{billId}/creditlineitems/{id}`

Retrieve the Credit line item with the given UUID.

## Path parameters

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

## Response `200`

Returns the credit line item

- CreditLineItemResponse
  - `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.
  - `lineItemType` 'STANDING_CHARGE' | 'USAGE' | 'COUNTER_RUNNING_TOTAL_CHARGE' | 'COUNTER_ADJUSTMENT_DEBIT' | 'COUNTER_ADJUSTMENT_CREDIT' | 'USAGE_CREDIT' | 'MINIMUM_SPEND' | 'MINIMUM_SPEND_REFUND' | 'CREDIT_DEDUCTION' | 'MANUAL_ADJUSTMENT' | 'CREDIT_MEMO' | 'DEBIT_MEMO' | 'COMMITMENT_CONSUMED' | 'COMMITMENT_FEE' | 'OVERAGE_SURCHARGE' | 'OVERAGE_USAGE' | 'BALANCE_CONSUMED' | 'BALANCE_FEE' | 'AD_HOC' — See [Bill Line Item Types](https://www.m3ter.com/docs/guides/running-viewing-and-managing-bills/bill-line-item-types) for more information.
  - `productId` string
  - `description` string
  - `servicePeriodStartDate` string, date-time
  - `servicePeriodEndDate` string, date-time
  - `referencedBillId` string
  - `referencedLineItemId` string
  - `dtCreated` string, date-time — The DateTime when the line item was created.
  - `dtLastModified` string, date-time — The DateTime when the line item was last modified.
  - `createdBy` string — The ID of the user who created this line item.
  - `lastModifiedBy` string — The ID of the user who last modified this line item.
  - `amount` number — The credit amount.
  - `creditReasonId` string — The UUID of the credit reason for this credit line item.

## Other responses

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

---

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