---
title: "Get all live events"
method: POST
path: "/public/get-all-live-events"
tags: ["Live"]
---

# Get all live events

`POST /public/get-all-live-events`

Get details of all live events in your school

Authentication with the "FERMION-API-KEY" header is required to use this endpoint.

Rate limit: Maximum 15 requests in a window of 1m.

## Request body

- object
  - `data` object[], required
    - `data` object, required

## Response `200`

API Response Body

- object[]
  - `output` union, required
    - object
      - `status` 'ok', required
      - `data` object, required
        - `liveEvents` object[], required
          - `fermionDigitalProductId` string, required
          - `liveEventId` string, required — This is the event ID of the live event.
          - `type` 'LiveEventProduct', required
          - `status` 'Active' | 'Draft' | 'Unlisted' | 'Deleted' | 'Archived', required
          - `name` string, required
          - `slug` string, required
          - `link` string, uri, required
          - `thumbnailUrl` string, uri, required
          - `sessions` object[], required
            - `liveEventSessionId` string, required — This is the session ID of the live event session you must use in your other API calls to modify the session.
            - `scheduledStartAtIso` string, date-time, required
            - `scheduledDurationInSecs` number, required
            - `endedAtIso` union, required
              - …
    - object
      - `status` 'error', required
      - `errorMessage` string, required

---

[API](https://skmtc.net/fermion/apis/fermion-backend-api.md) · [All operations](https://skmtc.net/fermion/apis/fermion-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fermion/fermion-backend-api/revisions/7ce364c8820b/schema)
