ls_get_run_url
Generate a shareable LangSmith UI URL for a given run ID, allowing direct access to trace details.
Instructions
Generate a shareable LangSmith UI URL for a run.
Args: run_id: Run ID to generate URL for (required)
Returns: Shareable LangSmith URL (e.g., https://smith.langchain.com/o/.../runs/...)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |