Ask a question to get started
Enter to sendā¢Shift+Enter new line
Get the collection.
get( self, collection_name: str = '', response_fields: Optional[List[str]] = None ) -> List[dict]
collection_name
Optional[str]
''
The name of the collection to retrieve data from. If not provided, the default collection will be used.
response_fields
Optional[List[str]]
None
List of field names in the result. If not specified, all available fields will be responded.