Skip to main content
GET
/
test_framework
/
v1
/
metrics
/
generate_metrics_progress
cURL
curl --request GET \
  --url https://api.cekura.ai/test_framework/v1/metrics/generate_metrics_progress/ \
  --header 'X-CEKURA-API-KEY: <api-key>'

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.

When status is "completed", the response includes a metrics array with the generated metric definitions. These metrics are not yet saved — pass them to Create Metrics in Bulk to persist them.

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 the generate_metrics endpoint

Response

200

Returns generation state with status and generated metrics