get_hotspot_details
Retrieve detailed information about a specific hotspot in a performance analysis, including dominant call paths, classifications, and applicable limits, with a configurable path limit.
Instructions
Return one hotspot with bounded dominant paths, classifications, and limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hotspot_id | Yes | ||
| analysis_id | Yes | ||
| call_path_limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hotspot | Yes | ||
| analysis_id | Yes | ||
| limitations | Yes | ||
| schema_version | No | 1.0 | |
| classifications | Yes | ||
| dominant_call_paths | Yes |