Skip to main content
SessionFull har log of a test session
TestMu AI
StatusCommunityBlog
Session

Full har log of a test session

To fetch Full Network har log that contains all the requested har of a test session along with request and response content.

GET
/sessions/{session_id}/log/full-har
Full har log of a test session
curl --request GET \
--url "https://api.lambdatest.com/automation/api/v1/sessions/{session_id}/log/full-har" \
--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

get network har logs based on session id

Response

application/json

successful operation

Full har log of a test session
curl --request GET \
--url "https://api.lambdatest.com/automation/api/v1/sessions/{session_id}/log/full-har" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Either resource not found or already deleted",
"status": "fail"
}