Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
/com.daml.ledger.api.v2.PackageService/ListPackagespackage_idsrepeated stringcom.daml.ledger.api.v2.ListPackagesRequest
com.daml.ledger.api.v2.ListPackagesResponse
package_idsrepeated string# Add -plaintext if the server is not using TLS.
grpcurl \
-d @ \
<HOST:PORT> \
com.daml.ledger.api.v2.PackageService/ListPackages <<'EOF'
{}
EOF
{
"packageIds": [
"string"
]
}