Plugins admin api

I configured a konnect setup and added a data plane pointing to a Kubernetes cluster in Linode. (LKE). All is working fine, the connection is up and running. Installed ACME plugin, enabled it, and requested a certificate via “curl https://hostname -k” where hostname is pointing to the load balancer IP pointing to the kong-proxy. The certificate request working fine and the cert is installed.

But what’s the Konnect API to get the certificates this plugin created for example? I can get info about the plugin via /v2/control-planes/{controlplaneid}/core-entities/plugins/{id} etc but what is the URL to request a new certificate or get info about the requested certificates?