Api referenceAgentsGet agent chatReturns all stored messages for one agent chat in the workspace.Copy Markdown URLOpen MarkdownGET/api/v1/experimental/agents/{handle}/chats/{chatId}TestReturns all stored messages for one agent chat in the workspace.Response Body200application/json400application/json401application/json403application/json404application/json500application/jsonList agent chats GETLists recent chats for one workspace-scoped agent handle.Send agent message POSTSends one user message to an agent chat, persists transcript entries, and returns the generated assistant reply.