Jobs › Get logs for a specific stage of a job.
Jobs
Get logs for a specific stage of a job. This API provides access to the logs generated during a particular stage within a [ Job ](https://www.lambdatest.com/support/docs/hyperexecute-status/#1-job-level-status). The logs are essential for troubleshooting and understanding the events that took place during that [ Stage ](https://www.lambdatest.com/support/docs/hyperexecute-status/#3-stage-level-status), aiding in quick issue identification and resolution.
Get logs for a specific stage of a job. curl -- request GET \
-- url "https://api.hyperexecute.cloud/v1.0/stage/{stageID}/logs" \
-- header "Authorization: Basic <encoded-value>"
{
"data" : "https://hypertestproduction.blob.core.windows.net/task-logs/60d-a9e7-a4be-637a3/cache-download.log?rscd=attachment%3B+filename%3cc8-a9ea-4ae7-a4be-d182981637a3%2Fcache-download.log&se=2024-10-23T14%Qs9%3D&ske=2024-10-24T12%3A29&skoid=1f80-df57-295e&sks=b&skt=2024-10-39Z&sktid=b4968-80ca8c130456&skv=2020-10-02&sp=rl&spr=https&sr=c&st=2024-10-23T10%3A24%3A29Z&sv=2020-02-10"
}
Authorizations Authorization string header required
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters stageID string required
Enter the stage ID
Response 200▼
application/json Successful operation
Get logs for a specific stage of a job. curl -- request GET \
-- url "https://api.hyperexecute.cloud/v1.0/stage/{stageID}/logs" \
-- header "Authorization: Basic <encoded-value>"
{
"data" : "https://hypertestproduction.blob.core.windows.net/task-logs/60d-a9e7-a4be-637a3/cache-download.log?rscd=attachment%3B+filename%3cc8-a9ea-4ae7-a4be-d182981637a3%2Fcache-download.log&se=2024-10-23T14%Qs9%3D&ske=2024-10-24T12%3A29&skoid=1f80-df57-295e&sks=b&skt=2024-10-39Z&sktid=b4968-80ca8c130456&skv=2020-10-02&sp=rl&spr=https&sr=c&st=2024-10-23T10%3A24%3A29Z&sv=2020-02-10"
}