Skip to main content
GET
/
test_framework
/
v1
/
metrics
/
generate_clean_description_progress
Poll async clean description generation
curl --request GET \
  --url https://api.cekura.ai/test_framework/v1/metrics/generate_clean_description_progress/ \
  --header 'X-CEKURA-API-KEY: <api-key>'
{
  "status": "<string>",
  "clean_description": "<string>",
  "thinking": "<string>",
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cekura.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Query Parameters

progress_id
string
required

progress_id returned from generate_clean_description_bg

Response

200 - application/json
status
string
required
clean_description
string
thinking
string
error
string