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_idstringRequiredformat: "uuid"
Chat Room ID

Query parameters

pageintegerOptional>=1Defaults to 1
Page number
per_pageintegerOptional1-100Defaults to 20
Items per page
sincestringOptionalformat: "date-time"
Filter messages after this timestamp
message_typeenumOptional
Filter by message type

Response

Chat Messages
datalist of objects or null
metadataobject or null

Errors