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.
Path parameters
-
Maximum length is
5000
. -
Maximum length is
5000
. Values arepdf
,har
, orvideo
.
GET /v1/lighthouse-tests/{id}/resources/{resource_name}
curl \
-X GET https://api.speedvitals.com/v1/lighthouse-tests/{id}/resources/{resource_name} \
-H "X-API-KEY: $API_KEY"
Response examples (200)
{}
Response examples (200)
{}