database.get_run_record# autoclean.utils.database.get_run_record(run_id)[source]# Get a run record from the database by run ID. Parameters: run_idstrThe string ID of the run to retrieve. Returns: run_recorddictThe run record if found, None if not found