Search code examples
dialogflow-cx

How to get Dialogflow Flow ID?


The url of any flow and page I navigate to/stand on ends with: flows/00000000-0000-0000-0000-000000000000/flow_creation?flowType=STANDARD I can't extract the flow nor the page id from the url. as the flow id is always the default flow.

I can get the page ID using the code here

but I still can't get different flow ids other than the default flow.


Solution

  • You can export the flow or getting it using the CX API:

    enter image description here