get_raw_audit
Retrieve raw Lighthouse audit data for a specific audit key from the latest website snapshot to debug performance issues like render-blocking resources or unused JavaScript.
Instructions
Get the raw Lighthouse audit data for a specific audit key from the latest snapshot of a site (e.g. 'render-blocking-resources', 'bootup-time', 'unused-javascript'). Returns detailed audit items useful for debugging specific performance issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | The URL of the website | |
| site_id | No | The Pulspeed site ID (alternative to URL) | |
| audit_key | Yes | Lighthouse audit key to retrieve, e.g. 'render-blocking-resources', 'bootup-time', 'unused-javascript', 'uses-optimized-images', 'network-requests' | |
| snapshot_id | No | Specific snapshot ID to query. Defaults to the latest snapshot. |