Nextcloud 23.0.4 how to i can view all shared links for all users?

hello, how to i can view all shared links on all users in nextcloud 23.0.4 webiUI or console ?

List all shares:

select uid_owner,token from oc_share;

List all shares from user markus:

select uid_owner,token from oc_share where uid_owner='markus';