Resource
Inbox
Human-in-the-loop inbox — list conversations, reply, assign, and resolve.
#About
The inbox is the programmable agent workspace. Use these endpoints to sync conversations into your own support tool or build custom workflows on top of the agent event stream.
#Endpoints
- GET
/conversationsList conversations — filter by status, assignee, label. - GET
/conversations/:idFetch a single conversation with the last N messages. - GET
/conversations/:id/messagesPaginate through a conversation's message history. - POST
/conversations/:id/replySend a reply as the assigned agent (or as bot). - PATCH
/conversations/:idChange status / assignee / labels.
GET
/conversationsList conversations — filter by status, assignee, label.
SDK
TypeScript
GET
/conversations/:idFetch a single conversation with the last N messages.
SDK
TypeScript
GET
/conversations/:id/messagesPaginate through a conversation's message history.
SDK
TypeScript
POST
/conversations/:id/replySend a reply as the assigned agent (or as bot).
SDK
TypeScript
Request body
JSON
PATCH
/conversations/:idChange status / assignee / labels.
SDK
TypeScript