Genesys OAuth client list API missing scope details

The GET /api/v2/oauth/clients endpoint returns a 200 OK, but the response payload only has basic fields like name and client_id. I need to audit scope assignments across 50+ clients for our Terraform state validation. There’s no scopes array in the JSON. Is there a separate endpoint to fetch granular permissions, or do I have to hit GET /api/v2/oauth/clients/{id} for every single entry?