Activity feed
The Activity page in the dashboard shows a real-time feed of conversations. Each entry includes:- Conversation status (active or closed)
- Message count and last message preview (up to 150 characters)
- Timestamps for creation and last update
- End user identity (if verified)
Conversation history
Click any conversation in the activity feed to see the full message history. You can review:- The complete exchange between the user and agent
- Which knowledge sources and actions were used
- Tool invocations and their results
- Page context captured from the widget
Feedback collection
Users can rate agent responses directly in the widget. Feedback is captured via the/api/v1/chat/feedback endpoint with:
API access
You can query conversation data programmatically:Rate limits
Rate limit headers are included in every response:
X-RateLimit-Limit— maximum requests in the current windowX-RateLimit-Remaining— requests remainingX-RateLimit-Reset— Unix timestamp when the window resets