Skip to main content

Get a Credential Schema

Simple query method for getting a credential schema.

Query Parameters

NameDescriptionMandatory
idid of the credential schema to getyes

Execute the Query

Usage

veranad query cs get-schema [id] --node $NODE_RPC --output json

Example

NODE_RPC=https://rpc.testnet.verana.network
SCHEMA_ID=1
veranad query cs get-schema $SCHEMA_ID --node $NODE_RPC --output json