---
title: "GET /tenants/{tenantID}/events"
method: GET
path: "/tenants/{tenantID}/events"
---

# GET /tenants/{tenantID}/events

`GET /tenants/{tenantID}/events`

List all events

** Required security scopes**:

## Path parameters

- `tenantID` integer, required

## Response `200`

OK

- object[]
  - `end_date` string, date-time — end_date
  - `id` integer — ID of record
  - `location` string — location
  - `name` string — name
  - `presentations` object[]
    - `abstract` string — short description of talk
    - `detail` string — detailed description of talk - not for public display
    - `id` integer — ID of record
    - `name` string — name of presentation
    - `speaker` object — speaker who is giving the talk
      - `bio` string — speaker bio
      - `email` string — email address
      - `first_name` string — first name
      - `github` string — github handle
      - `href` string
      - `id` integer — ID of record
      - `image_url` string — url of speaker image
      - `last_name` string — last name
      - `linkedin` string — linkedin url
      - `twitter` string — twitter handle - no @
  - `speakers` object[]
    - `bio` string — speaker bio
    - `email` string — email address
    - `first_name` string — first name
    - `github` string — github handle
    - `href` string
    - `id` integer — ID of record
    - `image_url` string — url of speaker image
    - `last_name` string — last name
    - `linkedin` string — linkedin url
    - `twitter` string — twitter handle - no @
  - `start_date` string, date-time — start_date
  - `url` string — event URL

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/gopheracademy/apis/congo.md) · [All operations](https://skmtc.net/gopheracademy/apis/congo/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gopheracademy/congo/revisions/b04a02c4ad1b/schema)
