My index is automatically updated on a daily basis. I would like to create a dashboard for users that shows them the latest index updates/additions/deletions. My objects do not have a date field.
Is there a way to create such a dashboard? I perused the Algolia API docs but can’t find anything that would help me achieve this. I assume Algolia captures date info on index operations, so if there was a way to capture and use this, that would be better than updating my database to add date information. I use for my back and front end.