load_run_record

Function load_run_record 

Source
pub async fn load_run_record(
    read_store: &dyn ThreadReader,
    run_id: &str,
) -> Result<Option<RunRecord>, ApiError>
Expand description

Load the full RunRecord for a given run id.