# Retrieve a lighthouse batch report **GET /v1/lighthouse-batch-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) - **urls** (array[string]) - **devices** (array[string]) - **locations** (array[string]) - **batch_type** (string) - **config** (object) - **status** (string) - **lighthouse_version** (string) The version of the lighthouse used to run the tests - **report_url** (string) - **created_at** (number) Time at which the batch test was created. Measured in seconds since the Unix epoch. - **expires_at** (number) Time at which the batch report will expire. Measured in seconds since the Unix epoch. - **reports** (array[object]) ### 404: Resource Not Found [Powered by Bump.sh](https://bump.sh)