ls_read_run
Retrieve a single run by its ID, optionally including child spans to inspect nested trace details.
Instructions
Read a single run with optional children hydration.
Args: run_id: Run ID to fetch (required) hydrate_children: Include child spans in response (default: False) child_limit: Maximum children to return when hydrate_children=True (default: 100, range: 1-500)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| child_limit | No | ||
| hydrate_children | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run | Yes | ||
| url | No | ||
| children | No |