get_call_paths
Retrieve paginated dominant call paths for a performance analysis, optionally filtered by symbol.
Instructions
Return a bounded page of dominant call paths, optionally containing a symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| symbol | No | ||
| analysis_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| symbol | Yes | ||
| analysis_id | Yes | ||
| next_cursor | No | ||
| total_items | Yes | ||
| schema_version | No | 1.0 |