user-files›Download user file from lambda storage.
user-files
Download user file from lambda storage.
Download user file from lambda storage.
Download user file from lambda storage. curl --request PUT \
--url "https://api.lambdatest.com/automation/api/v1/user-files/download" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '{
"key": "<key>"
}'
{
"message": "Error in downloading file from lambda storage",
"status": "fail"
}
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/jsonTo download a user file
Response
application/jsonSuccessful operation
Download user file from lambda storage. curl --request PUT \
--url "https://api.lambdatest.com/automation/api/v1/user-files/download" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '{
"key": "<key>"
}'
{
"message": "Error in downloading file from lambda storage",
"status": "fail"
}