Session › devicelog custom logs of a test session in .zip file (Server 2)
Session
devicelog custom logs of a test session in .zip file (Server 2) To fetch devicelog in zipped format that contains all device logs including custom logs generated during a test session.
devicelog custom logs of a test session in .zip file (Server 2) curl -- request GET \
-- url "https://manual-api.lambdatest.com/sessions/{session_id}/log/devicelogzip" \
-- header "Authorization: Basic <encoded-value>"
{
"message" : "Either resource not found or already deleted" ,
"status" : "fail"
}
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 session_id string required
Session ID
Response 200▼
application/json Zipped device logs fetched successfully.
devicelog custom logs of a test session in .zip file (Server 2) curl -- request GET \
-- url "https://manual-api.lambdatest.com/sessions/{session_id}/log/devicelogzip" \
-- header "Authorization: Basic <encoded-value>"
{
"message" : "Either resource not found or already deleted" ,
"status" : "fail"
}