maple.state.store.get_run
- maple.state.store.get_run(run_id: str) Dict | None
Get a run by ID.
Retrieves run information from the database. Deserializes the metadata JSON field and converts integer boolean fields back to Python booleans.
- Parameters:
run_id – Unique identifier of the run.
- Returns:
Dictionary containing run data with parsed metadata and boolean fields, or None if not found.