---
title: "Lookup Event"
method: GET
path: "/v1/calendars/events/lookup"
tags: ["Calendars"]
---

# Lookup Event

`GET /v1/calendars/events/lookup`

See if an event already exists on the calendar. This is useful when figuring out if you want to submit an event to the calendar.

## Query parameters

- `platform` 'external' | 'luma'
- `url` string
- `event_id` string — Event ID, this usually starts with evt-
- `event_api_id` string — Use `event_id` instead.

## Response `200`

Successful response.

- object
  - `event` object, nullable, required
    - `id` string, required
    - `status` 'approved' | 'pending' | 'rejected', required
    - `submitted_by` object, nullable, required — The user who submitted or added this event to the calendar. Null when the submitter's account no longer exists or is blocked.
      - `id` string, required
      - `name` string, nullable, required
      - `avatar_url` string, required
      - `email` string, nullable, required — The submitter's account email. Null when not returned.
      - `first_name` string, nullable, required
      - `last_name` string, nullable, required

---

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