---
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

---

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