get_trace_window
Retrieve bounded trace slices that overlap a declared time window for a given artifact, enabling targeted analysis of profiler execution evidence.
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. | |
| run_id | No | Run owning normalized trace semantics when bytes are shared. | |
| 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 | |||