Skip to main content
JobsGet detailed test results within a specific stage.
TestMu AI
StatusCommunityBlog
Jobs

Get detailed test results within a specific stage.

This API provides a deep dive into the tests conducted in a particular [Stage](https://www.lambdatest.com/support/docs/hyperexecute-status/#3-stage-level-status). By specifying the stageID, you receive information about each test, including success or failure, making it easier to pinpoint where things went right or wrong during execution.

GET
/v1.0/stage-tests/{stageID}
Get detailed test results within a specific stage.
curl --request GET \
--url "https://api.hyperexecute.cloud/v1.0/stage-tests/{stageID}" \
--header "Authorization: Basic <encoded-value>"
{
"data": [
"D9HTK-NNIT3-STSWP-SNYWK"
],
"status": "success"
}

Authorizations

Authorizationstringheaderrequired

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

Path Parameters

stageIDstringrequired

Enter the stage ID

Response

application/json

Successful operation

dataarray
statusstring
Get detailed test results within a specific stage.
curl --request GET \
--url "https://api.hyperexecute.cloud/v1.0/stage-tests/{stageID}" \
--header "Authorization: Basic <encoded-value>"
{
"data": [
"D9HTK-NNIT3-STSWP-SNYWK"
],
"status": "success"
}