---
title: "Retrieve a single event"
method: GET
path: "/events/{identifier}"
tags: ["Events"]
---

# Retrieve a single event

`GET /events/{identifier}`

## Path parameters

- `identifier` string, required

## Response `200`

OK

- Event
  - `object` string — Type of the response object.
  - `id` string, uuid — The event ID.
  - `name` string — The event name.
  - `schema` object, nullable — A flat key/type map defining the event payload schema. Supported types are `string`, `number`, `boolean`, and `date`.
  - `created_at` string — The date and time the event was created.
  - `updated_at` string, nullable — The date and time the event was last updated.

## Changes

- **2026-08-12** `014b301a9623` — 1 info
  - api operation id `events/get` was added
- **2026-04-06** `71045dac277d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/resend/apis/resend/changes/events/:identifier/get.md)

---

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