---
title: "Get events and exhibitions"
method: GET
path: "/api/gpt/events"
---

# Get events and exhibitions

`GET /api/gpt/events`

Returns current and upcoming exhibitions, openings, and events at Mondoir Gallery.

## Query parameters

- `upcoming` boolean
- `limit` integer

## Response `200`

List of events

- EventList
  - `total` integer
  - `items` Event[]
    - `title` string
    - `type` string
    - `description` string
    - `startDate` string, date
    - `endDate` string, date
    - `location` string
    - `url` string
    - `imageUrl` string

---

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