Get check results
get_checks_resultsRetrieve Lighthouse, accessibility, and link check results for a specific deployment, or the latest by default. Use them to identify and fix site quality issues before launch.
Instructions
Read Lighthouse, a11y, and link results for a deployment. Omit deployment_id for the latest. Use run_checks to trigger a new cycle; use get_deployment_status for publish/promote state, not scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Hosting project UUID from create_project or list_projects. | |
| deployment_id | No | Specific deployment UUID. Omit to use the project's latest deployment. |