Skip to main content
GET
Get Lighthouse Results by ID
Retrieves a finished Lighthouse audit by the id from post_dataforseo_on_page_lighthouse_submit. Same report as the live endpoint, and the same 🔴 245 KB of it. Wrapped in DataForSEO’s envelope: data in tasks[0].result, outcome in tasks[0].status_code - a rejected request still returns HTTP 200. If the audit is not finished this returns nothing useful; check get_dataforseo_on_page_lighthouse_ready first.

Example

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

DataForSEO task ID.

Response

Successful response

id
string

task identifier required field you can get this ID in the response of the Task POST endpoint example: “07131248-1535-0216-1000-17384017ad04”