Skip to main content
POST
/
test_framework
/
v1
/
results
/
bulk_evaluate_metrics
Re-evaluate metrics across multiple results
curl --request POST \
  --url https://api.cekura.ai/test_framework/v1/results/bulk_evaluate_metrics/ \
  --header 'Content-Type: application/json' \
  --header 'X-CEKURA-API-KEY: <api-key>' \
  --data '
{
  "result_ids": [
    123
  ],
  "metric_ids": [
    123
  ]
}
'
{
  "field_name": [
    "<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.

Body

result_ids
integer[]
required

Result IDs whose completed/failed runs should be re-evaluated. Maximum 100.

Required array length: 1 - 100 elements
metric_ids
integer[]
required

Metric IDs to re-evaluate against every eligible run of each result.

Minimum array length: 1

Response

No response body