get_call_graph
Build a hierarchical execution tree from timeline events to visualize request flow, pinpoint bottlenecks, and understand the sequence of operations.
Instructions
Build hierarchical execution tree from timeline events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | Pre-authenticated X-Clockwork-Auth token (alternative to password) | |
| baseUrl | No | Clockwork application base URL (e.g. https://my-app.test). Overrides CLOCKWORK_BASE_URL / local storage for this call | |
| password | No | Clockwork authentication password | |
| username | No | Clockwork authentication username | |
| requestId | Yes | Clockwork request ID | |
| minDuration | No | Minimum duration in ms to include in graph |