openl Get Trace Nodes
openl_get_trace_nodesRetrieve child nodes of a trace node, or root nodes if no parent specified. Use after a trace completes to get hierarchical execution data.
Instructions
Get trace node children (or root nodes if nodeId omitted). Requires trace to be completed (409 Conflict if still running). Use openl_start_trace first, then poll this until it returns nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID returned by backend. Use the exact 'projectId' value from openl_list_projects() response without modification or reformatting. | |
| nodeId | No | Parent node ID. Omit for root nodes. | |
| showRealNumbers | No | Show exact numbers instead of formatted (default: false). | |
| response_format | No | Response format: 'json' for structured data, 'markdown' for human-readable (default), 'markdown_concise' for brief summary (1-2 paragraphs), 'markdown_detailed' for full details with context | markdown |