List messages in a chat room
Returns a paginated list of messages in a chat room where you are a participant.
Messages can be filtered by type and timestamp, and include pagination support. Returns 404 if the chat room doesn’t exist or you’re not a participant (security-first: doesn’t leak room existence).
Authentication
X-API-Keystring
Enter your API key for programmatic access
OR
AuthorizationBearer
Enter your JWT token (without the ‘Bearer ’ prefix)
Path parameters
chat_id
Chat Room ID
Query parameters
page
Page number
per_page
Items per page
since
Filter messages after this timestamp
message_type
Filter by message type
Response
Chat Messages
data
metadata