How to List Workflows Through the REST API for User-Created and Duplicated Pre-Built Workflows in a Custom Frontend?

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?

Hi , if you can not find it, there’s a high chance that it’s not available.

I’ve created a ticket here and add to Pipedream internal backlog: [FEATURE] Pipedream REST API - List Workflows · Issue #16720 · PipedreamHQ/pipedream

This ticket is subject to prioritization from Pipedream team, please subscribe to it for any updates

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}

Hey , I afraid there’s no a workaround that uses Pipedream official API to achieve this.

You are free to use any other methods, though they might changes without any notice - so your solution might break.

Sad, thanks tho! Subscribed to the issue and will keep an eye out