Hanzo
OpenapiTrust

Lists the frameworks coverage is computed against, and how many clauses each…

Lists the frameworks coverage is computed against, and how many clauses each publishes.

GET /v1/trust/frameworks

Addresshttps://api.hanzo.ai/v1/trust/frameworks
MethodGET
Operationget_trust_frameworks
AuthAuthorization: Bearer $HANZO_API_KEY

Lists the frameworks coverage is computed against, and how many clauses each publishes. That count is the denominator of every coverage number, which is what keeps an uncovered clause visible instead of dropping out of the fraction.

Request

GET /v1/trust/frameworks takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200frameworkListok

200 body — 8 fields.

FieldInTypeAlwaysDescription
frameworksbodyframeworkRow[]Frameworks is each framework and how many clauses it publishes.
frameworks[].editionbodystringEdition is which edition this clause list is taken from.
frameworks[].frameworkbodystringFramework is the framework id.
frameworks[].namebodystringName is the published standard's name.
frameworks[].publisherbodystringPublisher is who publishes it.
frameworks[].totalbodyintegerTotal is how many clauses the standard publishes.
frameworks[].unitbodystringUnit is what one clause is; Units is its plural.
frameworks[].unitsbodystringUnits is the plural of Unit.

Failure carries the platform error shape — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Trust API · All Hanzo APIs · Interactive reference

How is this guide?

On this page