Skip to main content
Session Logs (V2)Full har log of a test session
TestMu AI
StatusCommunityBlog
Session Logs (V2)

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}/v2/log/full-har
Full har log of a test session
curl --request GET \
--url "https://api.lambdatest.com/automation/api/v1/sessions/{session_id}/v2/log/full-har" \
--header "Authorization: Basic <encoded-value>"
{
"message": "URL is succesfully generated",
"status": "success",
"url": "<string>"
}

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

messagestring
statusstring
urlstring
Full har log of a test session
curl --request GET \
--url "https://api.lambdatest.com/automation/api/v1/sessions/{session_id}/v2/log/full-har" \
--header "Authorization: Basic <encoded-value>"
{
"message": "URL is succesfully generated",
"status": "success",
"url": "<string>"
}