How to get a large amount of data from the database and transfer it over http with one request?

Solution
events = EventModel.objects(__raw__=query).as_pymongo().no_cache()