featurebyte.OnlineStore.list¶ list( include_id: Optional[bool]=True ) -> DataFrame Description¶ Returns a DataFrame that lists the online stores by their names, types and creation dates. Parameters¶ include_id: Optional[bool] default: True Whether to include id in the list. Returns¶ DataFrame Table of objects. Examples¶ List all online stores. >>> online_stores = fb.OnlineStore.list()