CX as Code CLI export-architect-flows failing with 403 on specific flow types

Why does this setting block the bulk export?

I am running the genesyscloud cxascode export command with --export-architect-flows enabled, but the process aborts with a 403 Forbidden error specifically when hitting the /api/v2/architect/flows/{id}/export endpoint for flows containing WebChat triggers. The CLI output shows:

[ERROR] Failed to export flow 'WebChat-Onboarding': HTTP 403 - Access Denied

My service account has Architect:Flow:Read permissions, and manual GET requests to the same endpoint via Postman succeed with the same token. Is there a missing CX as Code specific scope or a known bug in the CLI’s batch request handling for these specific flow types?