But it is listing only the workflows in the public space. I have access to my team private space. Why it is not listing the workflows in our private space?
Is there any Rest API which will do that?
currently it is only possible to list workflows within public spaces since the workflows of the private spaces are not indexed (yet). We already have tickets to implement this functionality in the future, but I can’t give you an exact timeline for this.
I asked our development team and currently this is not possible.
Maybe it helps if you can list the nodes used within a certain workflow by utilizing this /repository/<workflowid>?details=full endpoint. It includes the used nodes within the workflow in the ouput.
Edit:
If you use “aggregated” instead of “full” you’ll get a field which is called aggregatedLinkedComponents and this contains the ids of the components used in the workflow. This will only list components which are also on the hub.