Skip to main content
POST
/
workflow-test-sets
/
{test_set_id}
/
clone
Clone workflow test set
curl --request POST \
  --url https://api.trymaitai.ai/api/v1/workflow-test-sets/{test_set_id}/clone \
  --header 'Content-Type: application/json' \
  --header 'X-Maitai-Api-Key: <api-key>' \
  --data '
{
  "new_test_set_name": "HS Classification Holdout Copy",
  "new_test_set_description": "Cloned for experiment tracking"
}
'
{
  "data": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.trymaitai.com/llms.txt

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

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

test_set_id
integer
required

Body

application/json
new_test_set_name
string
required
new_test_set_description
string

Response

201 - application/json

Clone workflow test set.

data
any