---
title: "GET /event"
method: GET
path: "/event"
tags: ["event"]
---

# GET /event

`GET /event`

## Query parameters

- `id` string, uuid
- `created_at` string, timestamp with time zone
- `organization_id` string, uuid
- `name` string, text
- `description` string, text
- `visibility` string, text
- `cover_url` string, text
- `start_at` string, timestamp with time zone
- `end_at` string, timestamp with time zone
- `timezone` string, text
- `virtual_info` string, jsonb
- `location_type` string, text
- `geo_longitude` string, numeric
- `geo_latitude` string, numeric
- `geo_address_metadata` string, jsonb
- `geo_address_visible` string, boolean
- `ticket_currency` string, text
- `max_capacity` string, numeric
- `spots_remaining` string, numeric
- `is_capped` string, boolean
- `require_approval` string, boolean
- `hide_rsvp` string, boolean
- `show_guest_list` string, boolean
- `allow_price_range` string, boolean
- `creator_email_is_verified` string, boolean
- `enable_tipping` string, boolean
- `waitlist_enabled` string, boolean
- `geo_address_info` string, jsonb
- `slug` string, text
- `eventspace_id` string, uuid
- `select` string
- `order` string
- `offset` string
- `limit` string

## Headers

- `Range` string
- `Range-Unit` string
- `Prefer` 'count=none'

## Response `200`

OK

- Event[]
  - `id` string, uuid, required — Note: This is a Primary Key.<pk/>
  - `created_at` string, timestamp with time zone, required
  - `organization_id` string, uuid — Note: This is a Foreign Key to `organization.id`.<fk table='organization' column='id'/>
  - `name` string, text, required
  - `description` string, text
  - `visibility` string, text
  - `cover_url` string, text, required
  - `start_at` string, timestamp with time zone
  - `end_at` string, timestamp with time zone
  - `timezone` string, text
  - `virtual_info` unknown
  - `location_type` string, text
  - `geo_longitude` number
  - `geo_latitude` number
  - `geo_address_metadata` unknown
  - `geo_address_visible` boolean, required
  - `ticket_currency` string, text
  - `max_capacity` number
  - `spots_remaining` number
  - `is_capped` boolean, required
  - `require_approval` boolean, required
  - `hide_rsvp` boolean, required
  - `show_guest_list` boolean, required
  - `allow_price_range` boolean, required
  - `creator_email_is_verified` boolean, required
  - `enable_tipping` boolean, required
  - `waitlist_enabled` boolean, required
  - `geo_address_info` unknown
  - `slug` string, text, required
  - `eventspace_id` string, uuid — Note: This is a Foreign Key to `eventspaces.id`.<fk table='eventspaces' column='id'/>

## Other responses

- `206` — Partial Content

---

[API](https://skmtc.net/revent-app/apis/standard-public-schema.md) · [All operations](https://skmtc.net/revent-app/apis/standard-public-schema/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revent-app/standard-public-schema/versions/90ce877204f2/schema)
