---
title: "List Meeting Events"
description: "List scheduled or completed meeting assistant events with filtering and pagination."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.speakai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# List Meeting Events

Use the Speak AI MCP server tool `list_meeting_events` to list scheduled or
completed meeting assistant events with filtering and pagination.

## What does it do?

List scheduled or completed meeting assistant events with filtering and pagination.

## Parameters

`list_meeting_events` takes 4 parameters, all of them optional.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `platformType` | string | No | Filter by platform. Allowed values: zoom, googleMeet, microsoftTeams, webex. Comma-separate for multiple. Must match these exact strings: server validates strictly. |
| `meetingStatus` | string | No | Filter by status (e.g. scheduled, completed, cancelled) |
| `page` | number | No | Page number (0-based, default: 0) |
| `pageSize` | number | No | Results per page (default: 20, max: 500) |

## Behaviour

The Speak AI MCP server publishes these behaviour hints for `list_meeting_events`.

- Only reads data. Does not modify your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call is safe.
- Stays inside Speak AI. Does not reach other systems.

## Related

- [Meeting bot](/mcp/tools/meeting-bot/) lists the rest of the Meeting bot category.
- [Tool reference](/mcp/tools/) lists every Speak AI MCP server tool.
- [MCP server](/mcp/) covers setup, supported clients, and what agents can do once
  connected.

Source: https://docs.speakai.co/mcp/tools/meeting-bot/list_meeting_events/index.mdx
