---
title: "List Meetings"
method: GET
path: "/v1/entities/meetings"
tags: ["entities"]
---

# List Meetings

`GET /v1/entities/meetings`

List recent meetings.

## Query parameters

- `workspace_id` string, uuid, required
- `limit` integer

## Response `200`

Successful Response

- MeetingResponse[]
  - `key` string, required
  - `title` string, required
  - `scheduled_start` string, nullable
  - `scheduled_end` string, nullable
  - `voice_session_id` string, nullable
  - `summary` string, nullable
  - `attendee_count` integer
  - `regarding_deal` string, nullable
  - `regarding_company` string, nullable

## Other responses

- `422` — Validation Error

---

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