# Retrieve a lighthouse report **GET /v1/lighthouse-tests/{id}** Retrieves the report of lighthouse test. Supply the unique test ID from either a lighthouse test creation request or the lighthouse tests list, and SpeedVitals will return the corresponding test information. ## Servers - https://api.speedvitals.com: https://api.speedvitals.com () ## Authentication methods - Api key ## Parameters #### Path parameters - **id** (string) ## Responses ### 200: Successful response. #### Body Parameters: (object) - **id** (string) - **url** (string) - **device** (string) - **location** (string) - **config** (object) - **status** (string) - **lighthouse_version** (string) The version of the lighthouse used to generate the report - **metrics** (object | null) - **report_url** (string | null) The URL at which SpeedVitals report is accessible (Present when status is success) - **created_at** (number) Time at which the test was created. Measured in seconds since the Unix epoch. - **expires_at** (number) Time at which the report will expire. Measured in seconds since the Unix epoch. - **error** (object | null) Contains error code and description(present only if status is failed) ### 404: Resource Not Found [Powered by Bump.sh](https://bump.sh)