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 Authorization string header required
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters session_id string required
SESSION ID
Response 200▼
application/json Operation 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>"
}