I am looking to use the GET /insights/{project-slug}/workflows/{workflow-name} endpoint to get all the recent workflows for a project but it appears that the result of the api call does not return workflows that were skipped/NOT_RUN. I need to see all the workflows including the skipped/NOT_RUN workflows.
There doesn’t appear to be a way to get the NOT_RUN workflows unless you have the specific pipeline id and iterating through all the pipelines and retrieving its respective workflow seems inefficient when the insights endpoint has most of the info I need.
Any assistance would be greatly appreciated!
Thanks,