---
title: "List Events"
method: GET
path: "/v1/google-calendar/events"
tags: ["google-calendar"]
---

# List Events

`GET /v1/google-calendar/events`

List events from Google Calendar.

## Query parameters

- `workspace_id` string, uuid, required
- `limit` integer

## Response `200`

Successful Response

- EventResponse[]
  - `id` string, required
  - `summary` string, nullable
  - `description` string, nullable
  - `location` string, nullable
  - `start` object, nullable
  - `end` object, nullable
  - `htmlLink` string, nullable
  - `status` string, nullable
  - `organizer` object, nullable
  - `attendees` object[], nullable
  - `hangoutLink` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ontora/apis/ontora-api.md) · [All operations](https://skmtc.dev/ontora/apis/ontora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ontora/ontora-api/revisions/7f57037fd94b/schema)
