# Get revenue record detail

`GET https://api.suger.cloud/org/{orgId}/revenue/record/{partner}/{recordId}`

Return one unified revenue record in full, including its billing, cash-collection, and disbursement amounts and its lifecycle stage. A unified revenue record is a single billing event normalized across channels. Use ListUnifiedRevenueRecords to find record IDs, and GetRevenueRecordEvents for the record's provenance chain.

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `orgId` | path | string | yes | Organization ID |
| `partner` | path | string | yes | Channel the record belongs to (AWS, AZURE, GCP, STRIPE, or a CRM_* source) |
| `recordId` | path | string | yes | Unified revenue record ID, as returned by ListUnifiedRevenueRecords |

## Responses

### 200 — OK

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

### 401 — Missing or invalid access token, or the caller lacks the revenue read permission

Content-Type: `application/json`

### 404 — No record with this ID exists for the organization and partner

Content-Type: `application/json`

### 500 — Failed to query the record

Content-Type: `application/json`

---

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