CX as Code export failing on routing queues for DR backup

Trying to pull a full org export for our disaster recovery setup using the CX as Code CLI. The command runs but stops halfway through the routing section. It throws a 422 Unprocessable Entity error when it hits the queue configurations. We’ve got about forty queues set up with some weird WFM integrations, and the exporter seems to choke on the wrap-up codes mapping. The token has the right scopes, checked that three times. Running the export on the US-Eastern environment. The JSON payload it tries to write has a null value for the external WFM sync field, which probably trips the validator. We need this backup before the quarterly audit next week. The CLI documentation only covers importing single resources, not bulk exports with compliance routing rules. I already tried adding the --no-validate flag but it just ignores it and crashes on the same queue. The Terraform state file from last month works fine, so the platform isn’t completely broken. The REST proxy calls in the architect flow are fine, so the issue is definitely in the CX as Code exporter logic. Not sure how to proceed with the backup. Here is what the terminal spits out before it bails.

genesys-cloud export --org-config --output ./dr-backup --filter routing/queues
[INFO] Starting full org export...
[INFO] Fetching users and groups...
[ERROR] Failed to export resource: routing/queues
[ERROR] HTTP 422: Validation failed for queue 'WFM-Hold-Queue-04'. Property 'wrapUpCodes' contains unsupported reference.
[INFO] Export aborted. 12/40 resources saved.