List Conversation Variables
Available for: Chatflow, Chatbot, Agent apps.
Lists the variables stored in a conversation.
Authorizations
Every request authenticates with an API key: Authorization: Bearer {API_KEY}. App endpoints take an app API key; knowledge endpoints take a knowledge base API key (Get Started).
Keep keys server-side; never embed them in client code. Requests with a missing or invalid key fail with HTTP 401 (unauthorized).
Path Parameters
ID of the conversation whose variables to list. Get conversation IDs from List Conversations.
Query Parameters
End-user identifier, defined by your app and unique within it. See End User Identity.
Pagination cursor: the id of the last variable on the current page. Omit to fetch the first page.
Number of records to return.
1 <= x <= 100Filter variables by a specific name.
1 - 255