v6

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0182128753.1 KB
Conversations

List Conversations

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

Lists an end user's conversations, most recently active first.

get/conversations

Query parameters

userstring

End-user identifier, defined by your app and unique within it. See End User Identity.

last_idstring

Pagination cursor: the id of the last conversation on the current page. Omit to fetch the first page.

limitinteger

Number of records to return.

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

Field to sort by. Prefix with - for descending order.

Response

Successfully retrieved conversations list.

limitinteger

Number of items per page.

has_moreboolean

Whether there are more conversations.