How to enumerate the list of cached buildx images?

I understand how to list the hashes of a known buildx image. But how can I query for the list of all cached buildx images?

What’s the equivalent of docker images in the buildx system?