Reports
parameters
Authorizations
Path parameters
registryIdstringRequired
A trust registry id
parameters
PARAMETERS /trust-registries/{registryId}/reports HTTP/1.1
Host: api-testnet.truvera.io
Authorization: Bearer JWT
Accept: */*
Returns the Trust Registry VPI reports
Authorizations
Path parameters
registryIdstringRequired
A trust registry id
Query parameters
offsetinteger · int32OptionalDefault:
How many items to offset by for pagination
0
limitinteger · int32 · min: 1 · max: 9999OptionalDefault:
How many items to return at one time (max 9999)
64
schemastringOptional
Filter by specific schema ID
didstringOptional
Filter by specific verifier or issuer DIDs
startstring · date-timeOptional
Start date for the report
endstring · date-timeOptional
End date for the report
Responses
200
List of schemas in the trust registry
application/json
400
Application error
application/json
401
Unauthorized.
application/json
404
Trust Registry was not found.
application/json
get
GET /trust-registries/{registryId}/reports HTTP/1.1
Host: api-testnet.truvera.io
Authorization: Bearer JWT
Accept: */*
{
"total": 1,
"list": [
{
"trustRegistryId": "0x601d148fb8895aca83eafb264293069911f76805b748b014ae64fcf0fd2d765d",
"verificationId": "798e9e9f-9a73-4bd3-881f-367e1d1c70ee",
"verificationTemplateId": "d0194072-b706-485d-bc5a-02a433641f63",
"isValid": true,
"verifierDID": "did:cheqd:testnet:ac2b9027-ec1a-4ee2-aad1-1e316e7d6f59",
"issuerDID": "did:cheqd:testnet:ac2b9027-ec1a-4ee2-aad1-1e316e7d6f59",
"schemaId": "https://schema.truvera.io/ExampleSchema-V5-1722512884923.json",
"currency": "USD",
"verifierFee": 123456,
"vendorFee": 6172,
"created": "2025-07-18T09:15:08.617Z"
}
]
}
Last updated
Was this helpful?