Skip to main content
GET
/
results
Poll results
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.

Query Parameters

dataCode
string
required

Response

OK

status
enum<string>
Available options:
ERROR,
READY,
WAITING
data
object
errorDescription
string