---
title: "List events for the authenticated organization"
method: GET
path: "/v1/events"
tags: ["Events"]
---

# List events for the authenticated organization

`GET /v1/events`

## Query parameters

- `page` number
- `limit` number

## Response `200`

- PaginatedPublicEventsDto
  - `data` PublicEventDto[], required
    - `id` string, required — Stable public identifier (UUID).
    - `name` string, required — Event name.
    - `dates` PublicEventDateDto[], required — Event date windows.
      - `startDate` string
      - `endDate` string
      - `date` string
    - `locations` string[], required — Display location strings.
    - `numPeople` number, required — Expected attendee count.
    - `status` string, required — Event status.
    - `createdAt` string, required — Creation timestamp (ISO 8601).
  - `page` number, required — Current 1-based page.
  - `limit` number, required — Results per page.
  - `total` number, required — Total matching events.

## Other responses

- `401` — Missing or invalid API key
- `429` — Rate limit exceeded

---

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