Session›appium log of a test session (Server 2)
Session
appium log of a test session (Server 2)
To fetch appium log that contains grid requests and reponses of a test session in plain json text.
appium log of a test session (Server 2) curl --request GET \
--url "https://manual-api.lambdatest.com/sessions/{session_id}/log/appium" \
--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/jsonsuccessful operation
appium log of a test session (Server 2) curl --request GET \
--url "https://manual-api.lambdatest.com/sessions/{session_id}/log/appium" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Either resource not found or already deleted",
"status": "fail"
}