---
title: "Get an event pattern by ID"
method: GET
path: "/v1/event-patterns/{eventPatternId}"
tags: ["Event patterns"]
---

# Get an event pattern by ID

`GET /v1/event-patterns/{eventPatternId}`

Retrieve event pattern details for a workflow event trigger.

## Response `200`

Successful.

- EventPattern
  - `id` string, required
  - `eventName` string, required — The name of the event pattern. Use this when sending events with the API.
  - `eventProperties` WorkflowEventProperty[], required — The properties of the event pattern, which can be used in emails.
    - `name` string, required
    - `type` 'string' | 'number' | 'boolean' | 'date', required
  - `incomingWebhookPlatform` 'clerk' | 'polar' | 'stripe' | 'supabase' | 'null', nullable, required — The platform that sent this event pattern, if the event pattern is from an incoming webhook. Will be `null` for custom events.

## Other responses

- `400` — Invalid `eventPatternId`.
- `401` — Invalid API key.
- `404` — Event pattern not found.
- `405` — Wrong HTTP request method.

## Changes

> 9 revisions in range; 1 not diffed.

- **2026-07-21** `df77516a130a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/loops/apis/loops-openapi-spec/changes/v1/event-patterns/:eventPatternId/get.md)

---

[API](https://skmtc.dev/loops/apis/loops-openapi-spec.md) · [All operations](https://skmtc.dev/loops/apis/loops-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/loops/loops-openapi-spec/revisions/8bd0098300ec/schema)
