list_credentials
Retrieve all Verifiable Credentials issued to a specific subject DID. Provide the subject DID to see which credentials they hold.
Instructions
List all Verifiable Credentials issued to a subject DID.
Parameters:
subject: the subject DID (credentialSubject.id) whose credentials to list.
Returns a list of VCs whose credentialSubject.id matches `subject`
(an empty list if the subject holds none).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes |