---
title: "Get revenue recognition events"
method: GET
path: "/revrec/events"
tags: ["Revenue Recognition"]
---

# Get revenue recognition events

`GET /revrec/events`

Gets revenue recognition events for the specified subscription and charge.

## Query parameters

- `accountingPeriodId` string
- `subscriptionId` string, required
- `chargeId` string, required

## Response `200`

successful operation

- RecognitionEventCompletion[]
  - `tenantId` string
  - `entityId` string
  - `subscriptionId` string
  - `chargeId` string
  - `aliasId` string
  - `accountingPeriodId` string
  - `unitOfCompletion` number, required
  - `status` 'ACCEPTED' | 'PROCESSED'
  - `arrivedOn` integer
  - `createdOn` integer
  - `updatedOn` integer
  - `deleted` boolean

---

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