DocsAPI ReferenceGet chat history
GET
/api/v1/bots/{bot_id}/chatReturns 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. 50Max messages to return. Range: 1–200. Default: 50.
Headers
X-API-KeystringrequiredYour workspace API key.
Responses
200Array of chat messages.
404Bot not found.
Try it live
API Configurationglobal · all endpoints
GET
https://api.serveka.com/api/v1/bots/550e8400-e29b-41d4-a716-446655440000/chatPath Parameters
curl -X GET 'https://api.serveka.com/api/v1/bots/550e8400-e29b-41d4-a716-446655440000/chat' \