Get status snapshot does not work for snapshots that are not currently running

Based on the documentation for Get snapshot status here, I expect to see the state of my snapshot even if it is not currently running.

I confirmed I am making the call GET /_snapshot/<my repository>/<snapshot name>/_status. I also confirmed this call works while the snapshot is in progress and stops working once the snapshot completes.

This used to work, but seems to have stopped working starting Dec 3 (at least for me).

I am able to get the snapshot state of a completed snapshot by just omitting the /_status and this works fine for my use case, but I'm confused why the status check stopped working.

EDIT:
using Elasticsearch v7.10 with the elastix elixir library

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.