<@U01G51G5VCG> we have the reload status API alrea...
# general
n
@User we have the reload status API already. Works only for offline tables so far. You can check it out in the cluster manager on the table details page @User is working on adding the API support for realtime tables.
👍 1
a
@Neha Pawar Is this only available on the API? Or also on the UI? Also can you share the API
On the UI i see reload status button under cluster manager. Does that basically show the status after all segments have been updated?
n
it will show whether an index is present or not for a particular column. It is agnostic to when the reload happened. But it is a good indicator - say you didnt have inverted index, then the reload status would’ve shown X. And then if you applied inv index and pressed Reload, the Reload Status should show
it only looks at segment metadata
a
Got it, thanks.