---
title: "Get event instances by event key"
method: GET
path: "/api/public/events/instances"
tags: ["Public Events"]
---

# Get event instances by event key

`GET /api/public/events/instances`

Retrieve event instances for a specific event key and client

## Query parameters

- `eventKey` string, required
- `aiCustomerId` string, uuid
- `source` string
- `ticketV2Id` string, uuid

## Headers

- `x-api-key` string, required

## Response `200`

Event instances retrieved successfully

- AppEventInstance[]

## Other responses

- `404` — Event not found or not active

---

[API](https://skmtc.net/vambe/apis/vambe-ai-api.md) · [All operations](https://skmtc.net/vambe/apis/vambe-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vambe/vambe-ai-api/revisions/e206709d4be5/schema)
