get_trace_window
Fetch bounded trace slices from a profiler artifact that overlap a specified time window, facilitating performance audit and comparison across nanosecond intervals.
Instructions
Return bounded trace slices overlapping a declared time window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Maximum trace slices to return (1-1000). | |
| cursor | No | ||
| end_ns | Yes | Exclusive window end in nanoseconds; greater than start_ns. | |
| start_ns | Yes | Inclusive window start in nanoseconds. | |
| artifact_id | Yes | Trace artifact ID from list_artifacts. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||