Artifacts›
Artifacts
Download artifacts from a specific Job
This API allows you to download a bundle of all [artifacts](https://www.lambdatest.com/support/docs/hyperexecute-artifacts/) created during a job by providing the jobID. It’s ideal for archiving results or for conducting offline examination of logs and outputs to debug or verify test behavior.
GET
/v2.0/artefacts/{jobID}/download
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 the Job ID
Query Parameters
namestringrequired
Enter the name of the artifact
Response
successful operation