---
title: "Get meetings"
method: GET
path: "/meetings"
tags: ["meetings"]
---

# Get meetings

`GET /meetings`

Get meetings

## Response `200`

Get Meetings done

- MeetingsResponse
  - `meetings` Meeting[]
    - `roomId` string
    - `peers` Peer[]
      - `name` string
      - `presenter` boolean
      - `npub` string
      - `pubkey` string
      - `lnaddress` string

## Other responses

- `403` — Unauthorized!

## Changes

- **2024-02-16** `7fccd296a75f` — 1 info
  - endpoint added
- **2021-10-08** `806dbbe2b7db` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/hivetalk/apis/hivetalk-vanilla-api/changes/meetings/get.md)

---

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