genesyscloud architect flow export --all-flows --output ./flows_export.json
Running this from the terminal just spits out a blank directory and the CLI hangs for like two minutes before timing out. I’ve got the org ID and region set in the config file already. The docs say it should batch them out automatically but the output folder stays empty. Tried adding the --verbose flag.
genesyscloud architect flow export --all-flows --output ./flows_export.json --verbose
Logs show it’s hitting /api/v2/architect/flows but then stops at pagination token 3. No error code, just a Waiting for async operation to complete... message that never resolves. The token in the config is valid since user queries work fine. It’s just the flow endpoint that locks up.
Anyone got a working export command that actually pulls the full JSON payload? The pagination handling seems broken on this version. Just need the raw flow definitions for a backup script. The CLI keeps hanging on token 3.