For AI agents and LLMs: a machine-readable index is available at llms.txt. A plain-Markdown version of any documentation page is available by appending .md to its URL.
Skip to main content
Test RunsDuplicate Test Run
TestMu AI
StatusCommunityBlog
Test Runs

Duplicate Test Run

Duplicate Test Run

POST
/api/v1/test-run/duplicate/{test_run_id}
Duplicate Test Run
curl --request POST \
--url "https://test-manager-api.lambdatest.com/api/v1/test-run/duplicate/{test_run_id}" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '{}'
{
"message": "Test Run duplicated successfully",
"type": "Success",
"id": "new_id"
}

Authorizations

Authorizationstringheaderrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

test_run_idstringrequired

Response

application/json

OK

messagestring
Example: "Test Run duplicated successfully"
typestring
Example: "Success"
idstring
Example: "new_id"
Duplicate Test Run
curl --request POST \
--url "https://test-manager-api.lambdatest.com/api/v1/test-run/duplicate/{test_run_id}" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '{}'
{
"message": "Test Run duplicated successfully",
"type": "Success",
"id": "new_id"
}