Lighthouse›To fetch the Lighthouse performance report data.
Lighthouse
To fetch the Lighthouse performance report data.
To fetch URL to download the generated Lighthouse performance report JSON data.
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/jsonOperation successful
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>"
}