Skip to main content
POST
/
test-runs
/
{test_run_id}
/
re-evaluate
Re evaluate test run
curl --request POST \
  --url https://api.trymaitai.ai/api/v1/test-runs/{test_run_id}/re-evaluate \
  --header 'Content-Type: application/json' \
  --header 'X-Maitai-Api-Key: <api-key>' \
  --data '{}'
{
  "data": "<unknown>"
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

test_run_id
integer
required

Query Parameters

async
string
default:true

Body

application/json

The body is of type object.

Response

200 - application/json

Re evaluate test run.

data
any