Skip to main content
LighthouseTo fetch the Lighthouse performance report data.
TestMu AI
StatusCommunityBlog
Lighthouse

To fetch the Lighthouse performance report data.

To fetch URL to download the generated Lighthouse performance report JSON data.

GET
/lighthouse/report/{session_id}
To fetch the Lighthouse performance report data.
curl --request GET \
--url "https://api.lambdatest.com/automation/api/v1/lighthouse/report/{session_id}" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Retrieve Lighthouse Report data was successful.",
"status": "success",
"data": "<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

SESSION ID

Response

application/json

Operation successful

messagestring
statusstring
datastring
To fetch the Lighthouse performance report data.
curl --request GET \
--url "https://api.lambdatest.com/automation/api/v1/lighthouse/report/{session_id}" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Retrieve Lighthouse Report data was successful.",
"status": "success",
"data": "<string>"
}