It used to be easy to see when an index was last updated. Now, I can’t find it anymore at all. Can somebody tell me where that info is now?
Thanks
It used to be easy to see when an index was last updated. Now, I can’t find it anymore at all. Can somebody tell me where that info is now?
Thanks
Anybody have an asnwer?
I didn’t see it referenced anywhere in the Dashboard, so the easiest method may be to use the Algolia CLI:
$ algolia indices list
NAME ENTRIES SIZE UPDATED AT CREATED AT LAST BUILD DUR... PRIMARY REPLICAS
circuits 76 16 kB 1 day ago 1 month ago 2s []
Alternatively, you could execute an API Request or use an API Client:
Happy to help further, let us know! Thanks!