AI OnAI Off
Try accessing /find_v2/_autocomplete?prefix=&size=50. By specifying an empty prefix you should get all autocomplete suggestions.
There is an API you could use as well:
SearchClient.Instance.Statistics().GetAutocomplete(...);
but that requires a prefix to be set.
EDIT: Looks like you only get 10 results at a time :-\
We're running Find (client version currently 9.5) in an on premise environment, and the public index URLs aren't accessible to anyone on the public web.
I'd like to access the content the users have added to the Autocomplete list in the Find-GUI, is there anywhere in the API where I can do this? Or some special filters/searches I can set up for it?