Skip to main content
GET
List Conversation Variables

Authorizations

Authorization
string
header
required

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

conversation_id
string
required

ID of the conversation whose variables to list. Get conversation IDs from List Conversations.

Query Parameters

user
string

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

last_id
string

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

limit
integer
default:20

Number of records to return.

Required range: 1 <= x <= 100
variable_name
string

Filter variables by a specific name.

Required string length: 1 - 255

Response

Successfully retrieved conversation variables.

limit
integer

Number of items per page.

has_more
boolean

Whether there is a next page.

data
object[]

List of conversation variables.