---
title: "Retrieve an event"
method: GET
path: "/workspaces/{ws_id}/events/{id}"
tags: ["Event"]
---

# Retrieve an event

`GET /workspaces/{ws_id}/events/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- Event
  - `id` string
  - `event_type` string, required
  - `data` object, required
  - `ingested_at` integer — The time the event was ingested
  - `unique_id` string, nullable — The unique id used to de-duplication
  - `created_at` integer
  - `updated_at` integer

## Changes

- **2025-09-23** `811560414694` — 1 info
  - added the optional property `unique_id` to the response with the `200` status
- **2025-07-29** `232f34fd9749` — 4 info
  - the response optional property `created_at` became read-only for the status `200`
  - the response optional property `updated_at` became read-only for the status `200`
  - the response property `data` became required for the status `200`
  - the response property `event_type` became required for the status `200`
- **2024-10-06** `394b3a9521a1` — 1 info
  - added the optional property `ingested_at` to the response with the `200` status
- **2024-08-26** `7d89e4682519` — 1 warning
  - deleted the `path` request parameter `ws_id`
- **2024-08-19** `df1285c8e7dd` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/webhookx-io/apis/webhookx-admin-api/changes/workspaces/:ws_id/events/:id/get.md)

---

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