Running genesys cloud architect:flow:export via the CLI to dump all flows. The JSON files generate, but the metadata object is empty in the output. I need the version and updatedBy fields for our audit trail.
genesys cloud architect:flow:export --include-all
The API call to /api/v2/architect/flows/{id} returns the data, but the CLI export seems to strip it. Is there a flag I’m missing or a known limitation in the current CLI version?