Skip to main content
Sessiondevicelog log of a test session (Server 2)
TestMu AI
StatusCommunityBlog
Session

devicelog log of a test session (Server 2)

To fetch devicelog log that contains devicelog errors thrown by application during a test session in plain json text.

GET
/sessions/{session_id}/log/devicelog
devicelog log of a test session (Server 2)
curl --request GET \
--url "https://manual-api.lambdatest.com/sessions/{session_id}/log/devicelog" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Either resource not found or already deleted",
"status": "fail"
}

Authorizations

Authorizationstringheaderrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

session_idstringrequired

Session ID

Response

application/json

successful operation

devicelog log of a test session (Server 2)
curl --request GET \
--url "https://manual-api.lambdatest.com/sessions/{session_id}/log/devicelog" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Either resource not found or already deleted",
"status": "fail"
}