Is It Possible to Get a Template ID from a Workflow Using the API?

This topic was automatically generated from Slack. You can find the original thread here.

Also wondering is possible to get a template id from a workflow using the API?

Currently, Pipedream does not provide a public API endpoint that allows you to directly retrieve a “template ID” from a workflow. The concept of a “template ID” is not exposed in the Pipedream REST API documentation. Workflows themselves have unique workflow IDs, and templates (publicly-shared workflow blueprints) have their own IDs, but there is no documented API method to fetch a template ID given a workflow. What you can do: - If you are looking for the workflow ID, you can find it in the workflow URL or via the Pipedream API. - If you want to know if a workflow was created from a template, or to retrieve the template it was based on, this information is not currently available via the API. - If you need to programmatically manage templates, this is not supported at this time. If you have a specific use case or need this feature, I recommend submitting a feature request or reaching out to Pipedream Support for more options. If you have more details about your workflow or what you’re trying to accomplish, let me know and I can suggest alternatives!