Fetch conversation activity timeline and sessions
GET/api/v2/conversation/:conversationId/activity
Returns activity data for a given conversation.
This endpoint is used by both Timeline and Sessions tabs in the UI.
- Timeline view fetches full activity history including messages, logs, and session events.
- Sessions view fetches only session-related events (OPENED/CLOSED) using
onlySessions=true.
Session Filtering:
onlySessions=true→ returns only session activities (OPENED, CLOSED)onlySessions=falseor not provided → returns full activity timeline
Supports pagination using $skip.
Request
Responses
- 200
Successful response containing conversation activities.