The community member is asking how to get a list of all variables and their values using the API. They have seen something related to /v1/typebots/{typebotId}/results/{resultId}, but are confused about what the resultId is and how to get it to use in the API call.
Another community member responds that the resultId is returned by the /startChat endpoint or can be found by listing results with the /results endpoint.
There is no explicitly marked answer in the comments.
Hi, using the API, how can I get a list with all variables containing your keys and values ? I have seen something in /v1/typebots/{typebotId}/results/{resultId} but I am confused about what is 'resultId' and how to get it and set it into api call.