AI Chat
List AI chat session messages
Returns the user and assistant message history for a session, paginated and chronologically ordered. Internal tool messages are filtered out. Requires ai.chat:read OAuth scope or an API key.
GET
List AI chat session messages
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Session UUID
Query Parameters
Page number (default 1)
Messages per page (max 100, default 50)
Previous
Delete AI chat sessionPermanently deletes an AI chat session and all its messages. Requires `ai.chat:write` OAuth scope or an API key.
Next
List AI chat session messages