---
title: "Retrieve EventResponse"
method: GET
path: "/organizations/{orgId}/events/{id}"
tags: ["Events"]
---

# Retrieve EventResponse

`GET /organizations/{orgId}/events/{id}`

Retrieve a specific Event.

Retrieves detailed information about the specific Event with the given UUID. An Event corresponds to a unique instance of a state change within the system, classified under a specific Event Type.

## Path parameters

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

## Response `200`

Returns the Event

- EventResponse — Response containing an Event entity.
  - `id` string, required — The uniqie identifier (UUID) of the Event.
  - `eventName` string, required — The name of the Event as it is registered in the system. This name is used to categorize and trigger associated actions.
  - `eventTime` string, date-time, required — The time when the Event was triggered, using the ISO 8601 date and time format.
  - `m3terEvent` unknown, required
  - `dtActioned` string, date-time, required — When an Event was actioned. It follows the ISO 8601 date and time format. You can action an Event to indicate that it has been followed up and resolved - this is useful when dealing with integration error Events or ingest failure Events.

## 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/revisions/ac93d1a9e6d9/schema)
