---
title: "Get the resources behind one PageSpeed issue on a page"
method: GET
path: "/v3/page-speed/issue-details"
tags: ["PageSpeed"]
---

# Get the resources behind one PageSpeed issue on a page

`GET /v3/page-speed/issue-details`

The item-level detail for a single Lighthouse check on a single page: exactly which images, scripts, stylesheets or requests are at fault, each with its own wasted bytes or milliseconds. This is the 'what do I actually change' layer. Use page_speed_issues first to find the check and which pages it affects (affectedUrls), then call this per page. Read-only.

## Query parameters

- `teamId` string
- `url` string, required
- `issueId` string, required
- `strategy` 'mobile' | 'desktop'

## Response `200`

Default Response

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/revisions/c8f1f876a92c/schema)
