@Sébastien Lebouteiller Thanks for reaching out. Standard logic app runs on functions, and you can use the function endpoint to get the details.
As you are using the standard logic app so you can use the below endpoints.
The RunHistory will have the property status that will help you to validate the run status. For reference in the below the last few runs was Failed. Now you can sort with the statTime and get the first value to get the latest run status.
To know more details on the Azure REST API you can refer to this document.
Please "Accept Answer" if the answer is helpful so that it can help others in the community.