Ask a question to get started
Enter to send•Shift+Enter new line
Read a run from the LangSmith API.
read_run( self, run_id: ID_TYPE, load_child_runs: bool = False ) -> ls_schemas.Run
run_id
Union[UUID, str]
The ID of the run to read.
load_child_runs
bool, default=False
False
Whether to load nested child runs.