Chats
Workspace chat history and chat context endpoints served through Effect HttpApi.
Available Methods
Each method has its own page with request and response details, examples, and generated code snippets.
- GET/api/chat-contexts
List chat contexts
- POST/api/chat-contexts
Create chat context
- DELETE/api/chat-contexts/{id}
Delete chat context
- GET/api/chat-contexts/{id}
Get chat context
- PUT/api/chat-contexts/{id}
Update chat context
- GET/api/chats/{chatId}/conversation
Get chat conversation
- POST/api/chats/history/query
List chat history