---
title: "Get Event Details"
method: GET
path: "/v1/{workspace}/event/{url_encoded_event_name}/"
---

# Get Event Details

`GET /v1/{workspace}/event/{url_encoded_event_name}/`

Fetch event details and its linked schema.

## Path parameters

- `workspace` string, required
- `url_encoded_event_name` string, required

## Response `200`

Successfully retrieved event

- object
  - `name` string — Event name
  - `description` string — Description of the event
  - `payload_schema` object
    - `schema` string — Linked schema slug
    - `version_no` integer — Linked schema version number. if `null`, live version will be picked for validation.
  - `created_at` string, date-time — When the event was created
  - `$schema` string — JSON Schema reference for how the event API call should be structured.

## Other responses

- `400` — Invalid event format
- `401` — Authentication failed

---

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