REST API: Get current stage of case Instance

Hello,
I have been looking for a way to get the actual stage of a case instance using the REST API but it seems to me that there is none. Even when getting a caseInstance or a taksInstance, it seems to me that you can’t see in which stage it is.
So my question is if there is any way to get the actual stage of a given caseInstance via the REST API ?

Hello @iftol,

Could you please clarify what you mean by the stage of a case instance? Do you mean whether it is completed or not?

Best Regards,
Seif

@iftol if you are referring to https://docs.camunda.org/manual/7.7/reference/cmmn11/grouping-tasks/stage/, unfortunately it’s not possible to access it through the REST API.

Hello @siffogh, thank you for your answer
Yes I was refering about this Stage as definied in your given link.
If there is no way to get information about stages via Camunda’s REST API we can close this topic .

If there is no way to get the actual stage using the REST API, is it possibile to acces it throught another way ?

I have found a way to do it via the Historic Case Activity Instancess and filtering on caseActivityType=stage