Skip to main content
JobsCheck the status of a Job and its associated Tasks.
TestMu AI
StatusCommunityBlog
Jobs

Check the status of a Job and its associated Tasks.

This API retrieve the [status](https://www.lambdatest.com/support/docs/hyperexecute-status/) of a specific [Job](https://www.lambdatest.com/support/docs/hyperexecute-guided-walkthrough/#jobs-page) by providing the jobID. It returns detailed information about each task's progress, including their completion status, execution times, and any errors encountered, giving you a full overview of the job lifecycle

GET
/v2.0/job/{jobID}
Check the status of a Job and its associated Tasks.
curl --request GET \
--url "https://api.hyperexecute.cloud/v2.0/job/{jobID}" \
--header "Authorization: Basic <encoded-value>"
{
"data": {
"id": "08cd3816-6f0b-498a-9fae-99439f756cdb",
"orgId": "121431",
"user": "amanchopra",
"status": "completed",
"jobNumber": "5644",
"jobLabel": null,
"remark": null,
"createdAt": "2023-01-23T07:48:04Z",
"updateAt": "023-01-23T07:53:18Z",
"globalTimeout": 150,
"testSuiteTimeout": 150,
"retryOnFailure": false,
"tunnelName": "",
"runson": "",
"startTime": "2023-01-23T07:50:31Z",
"endTime": "2023-01-23T07:53:18Z",
"type": "autosplit",
"tasks": [
{
"id": "amanc",
"os": "win",
"Job": "08cd3816-6f0b-498a-9fae-99439f756cdb",
"context": "{\"_jobId\": \"08cd3816-6f0b-498a-9fae-99439f756cdb\", \"_taskId\": \"147b7c8a-325f-46d9-8b52-5b9975d01591\"}",
"version": "10",
"status": "completed",
"remark": "completed",
"tunnel_name": "",
"createdAt": "2023-01-23T07:48:15Z",
"updateAt": "2023-01-23T07:53:18Z",
"startTime": "2023-01-23T07:50:33Z",
"endTime": "2023-01-23T07:53:18Z",
"groupNumber": 1,
"iteration": 0,
"debug": false,
"parentTaskId": "",
"failedAt": null,
"initiatedAt": null,
"smartUIEnabled": false,
"type": "infra",
"testIDs": null,
"sessionIDs": null
}
],
"frameworks": [
"selenium"
],
"taskCount": {
"aborted": 0,
"cancelled": 0,
"completed": 2,
"failed": 0,
"initiated": 0,
"lambdaError": 0,
"queued": 0,
"running": 0,
"skipped": 0,
"timeout": 0,
"total": 2
},
"totalTests": 3,
"jobSummary": {
"preStatusCount": {
"created": 0,
"inPorgress": 0,
"failed": 0,
"aborted": 0,
"completed": 6,
"skipped": 0,
"lambdaError": 0,
"timeout": 0,
"cancelled": 0,
"logAvailable": 0
},
"postStatusCount": {
"created": 0,
"inPorgress": 0,
"failed": 0,
"aborted": 0,
"completed": 4,
"skipped": 0,
"lambdaError": 0,
"timeout": 0,
"cancelled": 0,
"logAvailable": 0
},
"scenarioStageSummary": {
"totalExcludingRetries": 2,
"totalExecutionTimeIncludingRetriesInSec": 125,
"retries": 0,
"totalRetriesTimeInSec": 0,
"status_counts_excluding_retries": {
"created": 0,
"inPorgress": 0,
"failed": 0,
"aborted": 0,
"completed": 4,
"skipped": 0,
"lambdaError": 0,
"timeout": 0,
"cancelled": 0,
"logAvailable": 0
}
}
},
"screenRecordingForScenarios": false,
"testType": ""
},
"executionTime": "1m41s",
"metadata": {
"total": 2,
"cursor": 0,
"hasmore": false
},
"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

jobIDstringrequired

Enter your Job ID

Response

application/json

Successful operation

dataobject
data.idstring
Example: "08cd3816-6f0b-498a-9fae-99439f756cdb"
data.orgIdstring
Example: "121431"
data.userstring
Example: "amanchopra"
data.statusstring
Example: "completed"
data.jobNumberstring
Example: "5644"
data.jobLabelnull
data.remarknull
data.createdAtstring
Example: "2023-01-23T07:48:04Z"
data.updateAtstring
Example: "023-01-23T07:53:18Z"
data.globalTimeoutnumber
Example: 150
data.testSuiteTimeoutnumber
Example: 150
data.retryOnFailureboolean
Example: false
data.tunnelNamestring
Example: ""
data.runsonstring
Example: ""
data.startTimestring
Example: "2023-01-23T07:50:31Z"
data.endTimestring
Example: "2023-01-23T07:53:18Z"
data.typestring
Example: "autosplit"
data.tasksobject[]
data.frameworksstring[]
Example:
["selenium"]
data.taskCountobject
data.totalTestsnumber
Example: 3
data.jobSummaryobject
data.screenRecordingForScenariosboolean
Example: false
data.testTypestring
Example: ""
executionTimestring
metadataobject
metadata.totalnumber
Example: 2
metadata.cursornumber
Example: 0
metadata.hasmoreboolean
Example: false
statusstring
Check the status of a Job and its associated Tasks.
curl --request GET \
--url "https://api.hyperexecute.cloud/v2.0/job/{jobID}" \
--header "Authorization: Basic <encoded-value>"
{
"data": {
"id": "08cd3816-6f0b-498a-9fae-99439f756cdb",
"orgId": "121431",
"user": "amanchopra",
"status": "completed",
"jobNumber": "5644",
"jobLabel": null,
"remark": null,
"createdAt": "2023-01-23T07:48:04Z",
"updateAt": "023-01-23T07:53:18Z",
"globalTimeout": 150,
"testSuiteTimeout": 150,
"retryOnFailure": false,
"tunnelName": "",
"runson": "",
"startTime": "2023-01-23T07:50:31Z",
"endTime": "2023-01-23T07:53:18Z",
"type": "autosplit",
"tasks": [
{
"id": "amanc",
"os": "win",
"Job": "08cd3816-6f0b-498a-9fae-99439f756cdb",
"context": "{\"_jobId\": \"08cd3816-6f0b-498a-9fae-99439f756cdb\", \"_taskId\": \"147b7c8a-325f-46d9-8b52-5b9975d01591\"}",
"version": "10",
"status": "completed",
"remark": "completed",
"tunnel_name": "",
"createdAt": "2023-01-23T07:48:15Z",
"updateAt": "2023-01-23T07:53:18Z",
"startTime": "2023-01-23T07:50:33Z",
"endTime": "2023-01-23T07:53:18Z",
"groupNumber": 1,
"iteration": 0,
"debug": false,
"parentTaskId": "",
"failedAt": null,
"initiatedAt": null,
"smartUIEnabled": false,
"type": "infra",
"testIDs": null,
"sessionIDs": null
}
],
"frameworks": [
"selenium"
],
"taskCount": {
"aborted": 0,
"cancelled": 0,
"completed": 2,
"failed": 0,
"initiated": 0,
"lambdaError": 0,
"queued": 0,
"running": 0,
"skipped": 0,
"timeout": 0,
"total": 2
},
"totalTests": 3,
"jobSummary": {
"preStatusCount": {
"created": 0,
"inPorgress": 0,
"failed": 0,
"aborted": 0,
"completed": 6,
"skipped": 0,
"lambdaError": 0,
"timeout": 0,
"cancelled": 0,
"logAvailable": 0
},
"postStatusCount": {
"created": 0,
"inPorgress": 0,
"failed": 0,
"aborted": 0,
"completed": 4,
"skipped": 0,
"lambdaError": 0,
"timeout": 0,
"cancelled": 0,
"logAvailable": 0
},
"scenarioStageSummary": {
"totalExcludingRetries": 2,
"totalExecutionTimeIncludingRetriesInSec": 125,
"retries": 0,
"totalRetriesTimeInSec": 0,
"status_counts_excluding_retries": {
"created": 0,
"inPorgress": 0,
"failed": 0,
"aborted": 0,
"completed": 4,
"skipped": 0,
"lambdaError": 0,
"timeout": 0,
"cancelled": 0,
"logAvailable": 0
}
}
},
"screenRecordingForScenarios": false,
"testType": ""
},
"executionTime": "1m41s",
"metadata": {
"total": 2,
"cursor": 0,
"hasmore": false
},
"status": "success"
}