langsmith.client.Client.read_run_shared_link# Client.read_run_shared_link(run_id: UUID | str) → str | None[source]# Retrieve the shared link for a specific run. Parameters: run_id (ID_TYPE) – The ID of the run. Returns: The shared link for the run, or None if the link is not available. Return type: Optional[str]