Conversations

List Conversations

Available for: Chatflow, New Agent, Chatbot, Agent apps.

Retrieve the conversation list for the current user, ordered by most recently active.

get/conversations

Query parameters

userstring

User identifier.

last_idstring

The ID of the last record on the current page (for pagination).

limitinteger

Number of records to return.

sort_by'created_at' | '-created_at' | 'updated_at' | '-updated_at'

Sorting field. Use '-' prefix for descending order.

Response

Successfully retrieved conversations list.

limitinteger

Number of items per page.

has_moreboolean

Whether there are more conversations.

Changes