This topic was automatically generated from Slack. You can find the original thread here.
Heyaa, wondering if anyone knows a way to list workflows through the REST API…?
We’re trying to achieve the following use-case
• Our users can create their own workflows, or can use our pre-built workflows
• We’ll use these pre-built workflows as templates, duplicating them when one of our users selects one
• We’ll constantly create new workflows for them to choose from & select
• Our users are not technical, and the pipedream frontend requires quite some technical expertise, so we want to build our own frontend
I see GitHub, but there’s nothing in the docs about getting all workflows. Is this supported somewhere?
Thanks a bunch for the quick response ! Any workaround you can propose in the meantime? For now I’m manually extracting workflow IDs from the URLs on the frontend, and putting it in our own DB, but I can’t imagine that’s the way I’m supposed to extract the ids to call the GET /workflows/{workflow_id}…