---
title: "Get Event"
method: GET
path: "/v1/events/{event_id}"
tags: ["events"]
---

# Get Event

`GET /v1/events/{event_id}`

Fetch a single ingested event.

Requires the `events:read` scope on the API key.

## Path parameters

- `event_id` string, uuid, required

## Response `200`

Successful Response

- PublicEventOutput
  - `id` string, uuid, required — Unique identifier.
  - `event_name` string, required — Custom event name.
  - `occurred_at` string, date-time, required — When the event occurred in the source system.
  - `external_event_id` string, nullable — Stable identifier from the caller's system, if provided.
  - `subject` PublicEventSubjectOutput, required
    - `email` string, nullable — Email address of the event subject.
    - `linkedin_url` string, nullable — LinkedIn profile URL of the event subject.
    - `company_domain` string, nullable — Company domain associated with the event subject.
    - `external_contact_id` string, nullable — Contact identifier in the connected CRM.
    - `external_company_id` string, nullable — Company identifier in the connected CRM.
  - `payload` object, required — Free-form JSON attributes for the event.
  - `resolution_status` 'PENDING' | 'RESOLVED' | 'UNRESOLVED', required
  - `contact_id` string, uuid, nullable — Matched org-scoped contact, when resolved.
  - `account_id` string, uuid, nullable — Matched org-scoped account, when resolved.
  - `received_at` string, date-time, required — When Topo received and stored the event.
  - `resolved_at` string, date-time, nullable — When subject resolution completed, if applicable.

---

[API](https://skmtc.net/topo/apis/topo-public-api.md) · [All operations](https://skmtc.net/topo/apis/topo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topo/topo-public-api/versions/6e9ca9d5acac/schema)
