Get Chat History
GET/api/meet/rooms/:room_id/chat
Get chat message history for a room. Supports both UUID and meeting code (xxx-xxxx-xxx format).
Returns messages sorted by sent_at (oldest first).
- limit: Maximum number of messages to return (max 500, default 100)
- offset: Pagination offset
Request
Responses
- 200
- 422
Successful Response
Validation Error