List oauth2 tokens on Edge platform

Does Apigee propose a way to list all oauth tokens created on a platform? Is there a way the number of tokens can be monitored?

On a Cassandra VM, please run the following:

/opt/apigee/apigee-cassandra/bin/cqlsh <HOST_IP> 9042
cqlsh> SELECT * FROM kms.oauth_20_access_tokens;

This will give you the list we’re after.