bayesline.api.equity.AssetIdApi.lookup_ids# abstract AssetIdApi.lookup_ids(ids: list[str], top_n: int = 0) → DataFrame# Parameters# ids: list[str]The ids to lookup. top_n: intThe number of results to return, where 0 denotes all records. Returns# pl.DataFramea dataframe with all identifiers that could be matched, sorted by id and start_date.