Skip to main content
GET
/
raw-export
/
report
/
status
Get the link of export
curl --request GET \
  --url https://api.kameleoon.com/raw-export/report/status
{
  "status": "FINISHED",
  "link": "<string>",
  "message": "<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

id
integer<int64>
required

Response

OK

status
enum<string>
Available options:
FINISHED,
IN_PROGRESS,
EXPIRED,
ERROR
message
string