v6

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

List Conversation Variables

Available for: Chatflow, Chatbot, Agent apps.

Lists the variables stored in a conversation.

get/conversations/{conversation_id}/variables

Path parameters

conversation_idstring required

ID of the conversation whose variables to list. Get conversation IDs from List 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 variable on the current page. Omit to fetch the first page.

limitinteger

Number of records to return.

variable_namestring

Filter variables by a specific name.

Response

Successfully retrieved conversation variables.

limitinteger

Number of items per page.

has_moreboolean

Whether there is a next page.