Embed Widgets
List Widget Conversations
Paginated visitor sessions for a widget, with a one-line preview per session.
GET
List Widget Conversations
Authentication
Requires a Bearer token (API key) or a dashboard session.Path Parameters
The widget config UUID.
Query Parameters
Page size (max 200).
Number of sessions to skip.
ISO timestamp lower bound (inclusive).
ISO timestamp upper bound (inclusive).
true or false — filter by whether a lead was captured.active, completed, or all.Response
Each session:
session_id, visitor_id, ip_country, city, page_url, started_at, ended_at, last_seen_at, message_count, lead_captured, lead_data, first_message (preview), duration_seconds, referrer_url, takeover_status.Total sessions matching the filter.
Example
curl
List Widget Conversations
