Terraform import for Genesys Cloud org config failing with 404

Trying to get our disaster recovery config sorted. I’m using the Genesys Cloud Terraform provider to export the current state. The genesys_cloud_architect_flow resources import fine, but genesys_cloud_routing_queue fails.

Error: 404 Not Found
on main.tf line 12, in resource "genesys_cloud_routing_queue" "main":
 12: resource "genesys_cloud_routing_queue" "main" {

I’m running terraform import genesys_cloud_routing_queue.main <queue_id>. The ID is correct, copied straight from the URL. Token has routing:queue:view scope. Same token works for flows.

Is there a specific scope needed for queue imports? Or is the API endpoint different for import?

Using provider version 1.0.120.