Skip to main content

List Trust Registries

Use this query to list existing Ecosystem trust registries.

Query Parameters

NameDescriptionMandatory
controllerspecify a verana account to list only trust registries controlled by this account.no
modified-aftershow only trust registries modified after this dateno
active-gf-onlyreturn only active ecosystem governance framework, hide the other EGF versionsno
preferred-languageprefer ecosystem governance framework in this language. If an EGF doesn't exist in this language, returns the default language.no
response-max-sizemax items to returnno

Execute the Query

Example:

veranad q tr list-trust-registries --node $NODE_RPC  --output json

Example with Parameters:

veranad q tr list-trust-registries --controller $USER_ACC_LIT --modified-after "2025-01-01T00:00:00Z" --active-gf-only=true --response-max-size=10 --preferred-language en --node $NODE_RPC --output json
tip

You can specify optional parameters by adding flags like --controller, --modified-after, etc. The above example will return at most 10 active trust registries modified after Jan 1, 2025, controlled by the specified user, and will prefer English governance frameworks.

Make sure you set $USER_ACC_LIT with a valid Verana address e.g.

USER_ACC_LIT=verana1sxau0xyttphpck7vhlvt8s82ez70nlzw2mhya0

Use the output to identify the id of the trust registry you want to manage.