pub async fn load_run_record( read_store: &dyn ThreadReader, run_id: &str, ) -> Result<Option<RunRecord>, ApiError>
Load the full RunRecord for a given run id.
RunRecord