D Is there any Rest api by which the execution endtime of a camunda workflow is available?

Hi ,
Would it be possible to get the execution end time of a camunda workflow which just completed its execution in the process engine .

Thanks and Regards,
Albin

Once the execution is completed, it would be found in the history tables. So you can get the process instance: https://docs.camunda.org/manual/7.9/reference/rest/history/process-instance/get-process-instance/