bayesline.api.AsyncRegistry.get_metadata# abstract async AsyncRegistry.get_metadata(name: str | int) → SettingsMetaData# Parameters# namestr | intThe unique name or int identifier of the item to retrieve. Raises# KeyErrorIf the item does not exist. Returns# The metadata for the given name.