---
title: "Retrieve all events."
method: GET
path: "/api/v2/organizations/{orgSlug}/events"
tags: ["Events"]
---

# Retrieve all events.

`GET /api/v2/organizations/{orgSlug}/events`

Retrieve all events. 

 Required scopes: `flex.collaboration.events.read`

## Path parameters

- `orgSlug` string, required

## Query parameters

- `location` string
- `start` string
- `end` string
- `modifiedAt` string
- `createdAt` string
- `$select` string
- `$cursorNext` string
- `$cursorPrev` string
- `$limit` number

## Response `200`

- object
  - `rangeStart` number
  - `rangeEnd` number
  - `cursorNext` string
  - `cursorPrev` string
  - `results` EventResultDto[]
    - `_id` string — The _id of the event.
    - `start` string — The start date of the event.
    - `end` string — The end date of the event.
    - `timezone` string — The timezone of the event.
    - `title` string — The title of the event.
    - `location` string — The _id of the location of the event.
    - `locations` string[] — The ids of the locations where the event is visible.
    - `description` string — The description of the event.
    - `where` string — A description of where the event will be taking place.
    - `company` string — The _id of the company that will be associated with the event.
    - `member` string — The _id of the member who created the event.
    - `limit` number — The number of participants that this event will host.
    - `links` string[] — An array containing all the links associated with the events.
    - `image` string — The image link associated with the event.

---

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