---
title: "Retrieve Event"
method: GET
path: "/v1/events/{id}"
---

# Retrieve Event

`GET /v1/events/{id}`

This API endpoint retrieves a specific event by its ID.

## Path parameters

- `id` string, required

## Response `200`

- object
  - `actorId` string
  - `actorType` string
  - `context` object
    - `app` string
  - `createdAt` string
  - `eventDescription` string
  - `eventType` string
  - `id` string
  - `ip` string
  - `object` string
  - `source` string
  - `updatedAt` string
  - `userAgent` string

---

[API](https://skmtc.net/assembly/apis/core-resources.md) · [All operations](https://skmtc.net/assembly/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/assembly/core-resources/versions/28a9e7d13a8c/schema)
