API endpoint to list OAuth clients and their scopes?

Need a programmatic way to audit OAuth clients in our org. The POST /api/v2/oauth/clients endpoint requires a payload and doesn’t support a wildcard search.

Is there a GET endpoint or SDK method that returns all clients with their assigned scopes? Can’t find it in the Swagger docs.