How to Retrieve All Workflow IDs in a Project Using an API for Autodoc and Error Handling Purposes?

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

Hey guys, is there a way to get all “workflow ids” in a project using the api ?
I found a way to get a workflow’s detail using the workflow id but I need to list workflow ids.

That would really help, thanks :slightly_smiling_face:

I’m building an autodoc to create automatic documentation for all my workflows and also a global error handler that creates tickets when there is an error with a fix suggestion.

Does anyone have an idea ?

Thanks

Unfortunately I don’t believe there’s a public API for that right now. The use case makes sense, just doesn’t exist currently.

As a workaround you could inspect response in the network tools when you load the project and extract the workflow IDs