Skip to main content

Conversations API

Preview

This API is in active development. Shapes and URLs are illustrative and may change before GA.

List conversations

GET /v1/conversations?limit=20
{
"data": [
{
"id": "cnv_456",
"visitor_id": "vis_123",
"status": "ended",
"converted": true,
"goal": "booked_demo",
"started_at": "2026-06-20T17:40:00Z"
}
],
"has_more": false
}

Retrieve a conversation

GET /v1/conversations/cnv_456

Returns the full transcript, resolved identity, and any conversion. Filter the list with ?converted=true, ?status=, or ?since=.