list_hotspots
Retrieve a paginated list of hotspots from a stored performance analysis. Sort by self or inclusive percentage and filter by category.
Instructions
Return a bounded page of hotspots from a stored analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| sort_by | No | self_percent | |
| category | No | ||
| analysis_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| analysis_id | Yes | ||
| next_cursor | No | ||
| total_items | Yes | ||
| schema_version | No | 1.0 |