# Get the provenance event chain for a URR

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

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `orgId` | path | string | yes | Organization ID |
| `partner` | path | string | yes | Partner |
| `recordId` | path | string | yes | Record ID |

## Responses

### 200 — OK

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

### 404 — Record not found

Content-Type: `application/json`

---

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