---
title: "Get event by ID"
method: GET
path: "/api/events/{id}"
tags: ["Events"]
---

# Get event by ID

`GET /api/events/{id}`

Retrieve a single usage event by its ID.

## Path parameters

- `id` string, required

## Response `200`

Event details

- UsageEventResponse
  - `id` string, required
  - `transactionId` string, required
  - `subscriptionId` string, required
  - `code` string, required
  - `timestamp` string, required
  - `properties` object
  - `createdAt` string, required

## Other responses

- `404` — Event not found

## Changes

- **2026-02-16** `0e449a4e0dc8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/novabilling/apis/novabilling-api/changes/api/events/:id/get.md)

---

[API](https://skmtc.dev/novabilling/apis/novabilling-api.md) · [All operations](https://skmtc.dev/novabilling/apis/novabilling-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/novabilling/novabilling-api/revisions/0e449a4e0dc8/schema)
