ls_list_children
Retrieve child spans for a given parent run ID. Set an optional limit (1-500) to control the number of children returned, defaulting to 100.
Instructions
List child spans for a given parent run.
Args: parent_run_id: Parent run ID (required) limit: Maximum children to return (default: 100, range: 1-500)
Returns: List of child run objects with id, name, run_type, timing, and error info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| parent_run_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes |