curl --request GET \
--url https://api.kameleoon.com/results{
"status": "ERROR",
"data": {
"dataCode": "<string>",
"variationData": {},
"ventilationNames": {}
},
"errorDescription": "<string>"
}Retrieves the results for the specified dataCode. If the results are not ready, the status field is returned as WAITING. Otherwise, the data field contains either the data or, if an error occurred, the error description.
curl --request GET \
--url https://api.kameleoon.com/results{
"status": "ERROR",
"data": {
"dataCode": "<string>",
"variationData": {},
"ventilationNames": {}
},
"errorDescription": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.kameleoon.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?