Conversations

List conversations

Retrieve your conversation transcripts. Only returns completed, non-discarded conversations.

get/v1/dev/user/conversations

Query parameters

limitinteger

Maximum number of conversations to return.

offsetinteger

Number of conversations to skip.

start_datestring date-time

Filter by start date (inclusive). ISO 8601 format.

end_datestring date-time

Filter by end date (inclusive). ISO 8601 format.

include_transcriptboolean

Include full transcript segments in the response.

Response

List of conversations.

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