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_idstr

The string ID of the run to retrieve.

Returns:
run_recorddict

The run record if found, None if not found