LambdaTest's HyperExecute API Documentation
 1.0.1 
OAS3

openapi.yaml
Servers

Secrets

PUT​/v1.0​/secrets​/create
Create Secrets and store sensitive information in the vault.
GET​/v1.0​/secrets​/list​/{username}
Retrieve all secrets stored in your account.
POST​/v1.0​/secrets​/delete
Delete specific secrets permanently from the vault.

Browsers

GET​/v2.0​/browsers
Get a list of all browsers supported in HyperExecute.

Jobs

GET​/v2.0​/job​/{jobID}
Check the status of a Job and its associated Tasks.
GET​/v2.0​/stage​/{taskID}
View all stages executed within a specific task
GET​/v1.0​/stage-tests​/{stageID}
Get detailed test results within a specific stage.
GET​/v1.0​/stage​/{stageID}​/logs
Get logs for a specific stage of a job.
PUT​/v1.0​/job​/{number}​/abort
Abort an ongoing job execution immediately.
GET​/v1.0​/jobs
List all the Jobs of your organization.

Artifacts

GET​/v2.0​/job​/{jobID}​/artefacts
Retrieve the metadata of all artifacts generated by a job.
GET​/v2.0​/artefacts​/{jobID}​/download
Download artifacts from a specific Job

RCA

GET​/v1.0​/categorizederrors
Fetch RCA of your Task.

Schemas

JobStatusData
JobList
StageListScenarioResponseFalse
StageListScenarioResponseTrue
StageTest
BrowserList
SuccessStageLogs
FailedStageLogs
BorwserListProperties
BrowserName
ArtifactList
ArtifactListData
JobRCA
AbortJob
CreateSecret
SecretCreatedSuccessfully
SecretList
DeleteSecret
DeleteSecretSuccessfully