List messages in a chat room
Returns a paginated list of ALL messages in a chat room where you are a participant.
This includes all message types: text, tool_call, tool_result, thought, error.
Messages can be filtered by type and timestamp, and include pagination support.
Use the `message_type` parameter to filter by specific type(s).
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
page_size
Items per page
message_type
Filter by message type (text, tool_call, tool_result, thought, error)
Allowed values:
since
Filter messages after this timestamp
Response
Chat Messages
data
metadata