How to list entities by time_updated?

I can't seem to figure out how to list entities by time_updated.  Is this possible?

$list = elgg_list_entities([
   'types' => 'object',
   'subtypes' => 'status',  
]);

echo $list;