Conversations

List Conversations

Available for: Chatflow, Agent, Chatbot, Legacy 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.

Changes

No recorded changes to this endpoint across all 10 revisions of this API.