Jobs›
Jobs
View all stages executed within a specific task
This API allows you to track all the stages that were part of a particular [Task](https://www.lambdatest.com/support/docs/hyperexecute-status/#2-task-level-status). By sending a GET request with the taskID, you get a complete breakdown of each stage executed.
GET
/v2.0/stage/{taskID}
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
taskIDstringrequired
Enter your Task ID of the Job
Query Parameters
search_textstring
Implement filtereation based on scenario name
scenario_onlyboolean
If set to false, it will render the data of pre, post and scenario level. Else it will show only scenario level data.
Response
application/jsonWhen "scenario_only" is set to "false"
dataobject
statusstring