maple.state.store.get_container_by_name

maple.state.store.get_container_by_name(name: str) dict | None

Get a container by name.

Retrieves container information from the database by container name. Deserializes the metadata JSON field into a dictionary.

Parameters:

name – Container name to search for.

Returns:

Dictionary containing container data with parsed metadata, or None if not found.