Conversations

Get conversation

Retrieve a single conversation by ID, optionally including transcript segments.

get/v1/dev/user/conversations/{conversation_id}

Path parameters

conversation_idstring required

The ID of the conversation to retrieve.

Query parameters

include_transcriptboolean

Include full transcript segments.

Response

The conversation.

idstring

Unique identifier.

created_atstring date-time

When the conversation record was created.

started_atstring date-time

When the conversation started.

finished_atstring date-time

When the conversation ended.

languagestring

Language code (e.g. en).

sourcestring

Source device or app.

Changes