DocsAPI ReferenceGet chat history
GET/api/v1/bots/{bot_id}/chat

Returns recent chat messages from the meeting, including messages from all participants (not just the bot).

Path Parameters

bot_idstringrequirede.g. "550e8400-e29b-41d4-a716-446655440000"

Bot UUID.

Query Parameters

limitintegere.g. 50

Max messages to return. Range: 1–200. Default: 50.

Headers

X-API-Keystringrequired

Your workspace API key.

Responses

200Array of chat messages.
404Bot not found.