curl --request GET \ --url https://api.speedvitals.com/v1/lighthouse-tests/{id}/resources/{resource_name} \ --header 'X-API-KEY: <api-key>'
Copy
"<string>"
Lighthouse Tests
Get a report resource
Retrieves the resource of lighthouse report. Supply the unique test ID from either a lighthouse test creation request or the lighthouse tests list along with resource name to get that resource.
GET
/
v1
/
lighthouse-tests
/
{id}
/
resources
/
{resource_name}
Get a report resource
Copy
curl --request GET \ --url https://api.speedvitals.com/v1/lighthouse-tests/{id}/resources/{resource_name} \ --header 'X-API-KEY: <api-key>'