---
title: "Retrieve an event"
method: GET
path: "/events/{event_id}"
tags: ["Events"]
---

# Retrieve an event

`GET /events/{event_id}`

Retrieve an `event` object. Events are available for up to 30 days.

The event’s data is rendered according to the API version at the time of its creation, as specified by the `api_version` attribute in the event object, rather than the current API version

## Path parameters

- `event_id` string, required

## Headers

- `X-Platform-Id` string

## Response `200`

OK

- EventResponse
  - `id` string, required
  - `platform_id` string, required
  - `created` string, date-time, required
  - `type` string, required
  - `data` JsonNode, required
    - `options` JsonNodeOptions
      - `property_name_case_insensitive` boolean
    - `parent` JsonNode — recursive
    - `root` JsonNode — recursive
  - `api_version` string

## Other responses

- `404` — Not Found

---

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