CX as Code CLI export_architect_flows timeout and incomplete JSON

Running the genesyscloud cxascode export_architect_flows command via the CLI to dump our current flow configurations for archival. The export starts fine, but after about 200 flows, the process hangs and eventually times out without generating the complete JSON structure. The logs show a successful HTTP 200 for individual flow fetches, but the final assembly seems to fail silently.

$ genesyscloud cxascode export_architect_flows --org-id 12345 --output ./flows.json
Exporting architect flows...
Retrieved 245 flows
Retrieved 246 flows
... stuck here ...
Error: connection reset by peer

Is there a concurrency limit or pagination issue in the CLI tool itself, or should I be using the /api/v2/architect/flows endpoint directly with a custom script to handle the rate limiting? The default CLI settings seem to overwhelm the API.