POST /v1/object/aql?startAt=0&maxResults=1000
in a results set that has about 35k records, it is returning this at the end of the 1st 1000 records:
"maxResults": 1000,
"startAt": 0,
"total": 1000,
"isLast": false,
"hasMoreResults": false,
"last": false
until quite recently, hasMoreResults would have been 'true', but is now false. This appears to be broken.