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

# Get event

`GET /events/{event_id}`

## Path parameters

- `event_id` string, required

## Response `200`

OK

- object
  - `data` EventDetailResponseData, required
    - `api_key` string, nullable
    - `api_key_view` ApiKeyResponseData
      - `created_at` string, date-time, required
      - `description` string, nullable
      - `environment` EnvironmentResponseData
        - `created_at` string, date-time, required
        - `environment_type` 'development' | 'production' | 'staging', required
        - `id` string, required
        - `name` string, required
        - `updated_at` string, date-time, required
      - `environment_id` string, nullable
      - `id` string, required
      - `integration` ApiKeyIntegrationResponseData
        - `id` string, required
        - `state` 'active' | 'created' | 'pending', required
        - `type` 'clerk' | 'metronome' | 'orb' | 'stripe' | 'unknown' | 'workos', required
      - `last_used_at` string, date-time, nullable
      - `name` string, required
      - `rate_limit_percent` integer, nullable
      - `readonly` boolean, required
      - `scopes` ApiKeyScope[], required
      - `updated_at` string, date-time, required
    - `body` object, required
    - `body_preview` string, required
    - `captured_at` string, date-time, required
    - `company` PreviewObject
      - `description` string, nullable
      - `id` string, required
      - `image_url` string, nullable
      - `name` string, required
    - `company_id` string, nullable
    - `enriched_at` string, date-time, nullable
    - `environment_id` string, nullable
    - `error_message` string, nullable
    - `feature_ids` string[], required
    - `features` PreviewObject[], required
      - `description` string, nullable
      - `id` string, required
      - `image_url` string, nullable
      - `name` string, required
    - `id` string, required
    - `idempotency_key` string, nullable
    - `lease_id` string, nullable
    - `loaded_at` string, date-time, nullable
    - `processed_at` string, date-time, nullable
    - `quantity` integer, required
    - `sent_at` string, date-time, nullable
    - `status` 'enriched' | 'failed' | 'pending' | 'processed' | 'unknown', required
    - `subtype` string, nullable
    - `type` 'flag_check' | 'identify' | 'inference' | 'track', required
    - `updated_at` string, date-time, nullable
    - `user` PreviewObject
      - `description` string, nullable
      - `id` string, required
      - `image_url` string, nullable
      - `name` string, required
    - `user_id` string, nullable
  - `params` object, required — Input parameters

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Server error

## Changes

> 125 revisions in range; 62 could not be searched.

- **2026-07-08** `3c01c4e0b58f` — 1 warning
  - added the new `inference` enum value to the `data/type` response property for the response status `200`
- **2026-06-05** `d5456e7d9462` — 1 warning
  - added the new `metronome` enum value to the `data/api_key_view/integration/type` response property for the response status `200`
- **2026-06-05** `c0d7b479cd11` — 1 info
  - added the optional property `data/lease_id` to the response with the `200` status
- **2026-05-29** `f35c9997b2fd` — 1 warning
  - added the new `workos` enum value to the `data/api_key_view/integration/type` response property for the response status `200`

[Change history](https://skmtc.dev/schematichq/apis/schematic-api/changes/events/:event_id/get.md)

---

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