---
title: "Get Live Meeting Transcript"
description: "Fetch new sentences from an in-progress or just-ended meeting transcript."
---

> 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.

# Get Live Meeting Transcript

Use the Speak AI MCP server tool `get_live_meeting_transcript` to fetch new
sentences from an in-progress or just-ended meeting transcript.

## What does it do?

Fetch new sentences from an in-progress or just-ended meeting transcript. Identify
the meeting via meetingAssistantEventId (preferred) or mediaId. Pass back the
previous response's nextCursor as sinceEndInSec to receive only what's been added
since.

## Parameters

`get_live_meeting_transcript` takes 3 parameters, all of them optional.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `meetingAssistantEventId` | string | No | Meeting assistant event id from `list_meeting_events`. Either this or mediaId is required. |
| `mediaId` | string | No | Media id of the live meeting. Either this or meetingAssistantEventId is required. |
| `sinceEndInSec` | number | No | Pass the nextCursor value from your previous response to skip already-seen sentences. Omit on the first call. |

## Behaviour

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

- Only reads data. Does not modify your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call can have an extra effect.
- Can reach systems outside Speak AI.

## 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/get_live_meeting_transcript/index.mdx
