Listing OAuth Clients and Scopes via Genesys Cloud API

How should I properly to retrieve all OAuth clients and their specific scope assignments programmatically for our ServiceNow integration?

I am calling GET /api/v2/oauth/clients. The request returns a 200 OK with the client list, but the JSON payload lacks the detailed scope array. I only see basic client metadata.

Is there a secondary endpoint to fetch scopes per client ID, or am I missing a query parameter in the initial request?