---
title: "Get event by ID"
method: GET
path: "/tracker/events/{id}"
tags: ["Tracker events"]
---

# Get event by ID

`GET /tracker/events/{id}`

Retrieve a single tracker event by its ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- object
  - `id` integer
  - `duid` unknown
  - `email` string
  - `category` string
  - `action` string
  - `label` string
  - `property` unknown
  - `value` string
  - `timestamp` string
  - `campaign_attr` unknown
  - `pipeline_attr` unknown

## Other responses

- `404` — Not Found

---

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