Statistics
Usage and execution statistics for policies.
Returns a paginated list of statistic definitions owned by the current user. Optionally filter by policy instance topic ID.
The number of pages to skip before starting to collect the result set
0The numbers of items to return
20Policy Instance Topic Id
0.0.6046379Successful operation. Returns statistic definitions array and total count in X-Total-Count header.
Unauthorized request.
Forbidden
Internal server error.
GET /api/v1/policy-statistics HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"id": "69aeb71ef8c5b278e3bab4e5",
"name": "Carbon Emission Statistics",
"description": "Tracks carbon emission reductions across policy documents",
"creator": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599",
"owner": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599",
"topicId": "0.0.6046379",
"messageId": "1773670900.819264517",
"policyId": "69aeb71ef8c5b278e3bab4e5",
"status": "DRAFT",
"config": {}
}
]Creates a new statistic definition linked to a policy. Defines metrics and rules for collecting and aggregating policy document data.
69aeb71ef8c5b278e3bab4e59db028d2-03ad-4d49-a178-cf4b67f8c147Tool nameDescriptiondid:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.82005990.0.60463791773670900.81926451769aeb71ef8c5b278e3bab4e50.0.60463790.0.6046379DRAFTPossible values: Successful operation.
69aeb71ef8c5b278e3bab4e59db028d2-03ad-4d49-a178-cf4b67f8c147Tool nameDescriptiondid:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.82005990.0.60463791773670900.81926451769aeb71ef8c5b278e3bab4e50.0.60463790.0.6046379DRAFTPossible values: Unauthorized request.
Forbidden
Unprocessable entity.
Internal server error.
POST /api/v1/policy-statistics HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 104
{
"name": "Carbon Stats",
"description": "Track emissions reductions",
"policyId": "69aeb71ef8c5b278e3bab4e5"
}{
"id": "69aeb71ef8c5b278e3bab4e5",
"uuid": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"name": "Carbon Statistics",
"description": "Description",
"creator": "string",
"owner": "string",
"topicId": "0.0.6046379",
"messageId": "1773670900.819264517",
"policyId": "69aeb71ef8c5b278e3bab4e5",
"policyTopicId": "69aeb71ef8c5b278e3bab4e5",
"policyInstanceTopicId": "69aeb71ef8c5b278e3bab4e5",
"status": "string",
"config": {}
}Retrieves statistic definition for the specified ID.
Statistic Definition Identifier
69aeb71ef8c5b278e3bab4e5Successful operation.
69aeb71ef8c5b278e3bab4e59db028d2-03ad-4d49-a178-cf4b67f8c147Tool nameDescriptiondid:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.82005990.0.60463791773670900.81926451769aeb71ef8c5b278e3bab4e50.0.60463790.0.6046379DRAFTPossible values: Unauthorized request.
Forbidden
Unprocessable entity.
Internal server error.
GET /api/v1/policy-statistics/{definitionId} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "69aeb71ef8c5b278e3bab4e5",
"uuid": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"name": "Carbon Statistics",
"description": "Description",
"creator": "string",
"owner": "string",
"topicId": "0.0.6046379",
"messageId": "1773670900.819264517",
"policyId": "69aeb71ef8c5b278e3bab4e5",
"policyTopicId": "69aeb71ef8c5b278e3bab4e5",
"policyInstanceTopicId": "69aeb71ef8c5b278e3bab4e5",
"status": "string",
"config": {}
}Updates statistic definition configuration for the specified statistic ID.
Statistic Definition Identifier
69aeb71ef8c5b278e3bab4e569aeb71ef8c5b278e3bab4e59db028d2-03ad-4d49-a178-cf4b67f8c147Tool nameDescriptiondid:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.82005990.0.60463791773670900.81926451769aeb71ef8c5b278e3bab4e50.0.60463790.0.6046379DRAFTPossible values: Successful operation.
69aeb71ef8c5b278e3bab4e59db028d2-03ad-4d49-a178-cf4b67f8c147Tool nameDescriptiondid:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.82005990.0.60463791773670900.81926451769aeb71ef8c5b278e3bab4e50.0.60463790.0.6046379DRAFTPossible values: Unauthorized request.
Forbidden
Item not found.
Unprocessable entity.
Internal server error.
PUT /api/v1/policy-statistics/{definitionId} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 128
{
"name": "Updated Carbon Stats",
"description": "Updated description for emissions tracking",
"policyId": "69aeb71ef8c5b278e3bab4e5"
}{
"id": "69aeb71ef8c5b278e3bab4e5",
"uuid": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"name": "Carbon Statistics",
"description": "Description",
"creator": "string",
"owner": "string",
"topicId": "0.0.6046379",
"messageId": "1773670900.819264517",
"policyId": "69aeb71ef8c5b278e3bab4e5",
"policyTopicId": "69aeb71ef8c5b278e3bab4e5",
"policyInstanceTopicId": "69aeb71ef8c5b278e3bab4e5",
"status": "string",
"config": {}
}Deletes the statistic definition with the provided ID.
Statistic Definition Identifier
69aeb71ef8c5b278e3bab4e5Successful operation.
Unauthorized request.
Forbidden
Unprocessable entity.
Internal server error.
DELETE /api/v1/policy-statistics/{definitionId} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
truePublishes statistic definition for the specified statistic ID.
Statistic Definition Identifier
69aeb71ef8c5b278e3bab4e5Successful operation.
69aeb71ef8c5b278e3bab4e59db028d2-03ad-4d49-a178-cf4b67f8c147Tool nameDescriptiondid:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.82005990.0.60463791773670900.81926451769aeb71ef8c5b278e3bab4e50.0.60463790.0.6046379DRAFTPossible values: Unauthorized request.
Forbidden
Item not found.
Unprocessable entity.
Internal server error.
PUT /api/v1/policy-statistics/{definitionId}/publish HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "69aeb71ef8c5b278e3bab4e5",
"uuid": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"name": "Carbon Statistics",
"description": "Description",
"creator": "string",
"owner": "string",
"topicId": "0.0.6046379",
"messageId": "1773670900.819264517",
"policyId": "69aeb71ef8c5b278e3bab4e5",
"policyTopicId": "69aeb71ef8c5b278e3bab4e5",
"policyInstanceTopicId": "69aeb71ef8c5b278e3bab4e5",
"status": "string",
"config": {}
}Retrieves statistic relationships for the specified ID.
Statistic Definition Identifier
69aeb71ef8c5b278e3bab4e5Successful operation.
Unauthorized request.
Forbidden
Unprocessable entity.
Internal server error.
GET /api/v1/policy-statistics/{definitionId}/relationships HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"policy": {
"id": "69aeb71ef8c5b278e3bab4e5",
"uuid": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"name": "Policy name",
"description": "Description",
"topicDescription": "Description",
"policyTag": "Tag",
"status": "DRAFT",
"creator": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599",
"owner": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599",
"topicId": "0.0.6046379",
"messageId": "1773670900.819264517",
"codeVersion": "1.0.0",
"createDate": "2026-03-03T17:25:53.312Z",
"version": "1.0.0",
"originalChanged": true,
"config": {},
"userRole": "Installer",
"userRoles": [
"Installer"
],
"userGroup": {
"uuid": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"role": "Installer",
"groupLabel": "Label",
"groupName": "Name",
"active": true
},
"userGroups": [
{
"uuid": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"role": "Installer",
"groupLabel": "Label",
"groupName": "Name",
"active": true
}
],
"policyRoles": [
"Registrant"
],
"policyNavigation": [
{
"role": "Registrant",
"steps": [
{
"block": "Block tag",
"level": 1,
"name": "Step name"
}
]
}
],
"policyTopics": [
{
"name": "Project",
"description": "Project",
"memoObj": "topic",
"static": false,
"type": "any"
}
],
"policyTokens": [
{
"tokenName": "Token name",
"tokenSymbol": "Token symbol",
"tokenType": "non-fungible",
"decimals": "",
"changeSupply": true,
"enableAdmin": true,
"enableFreeze": true,
"enableKYC": true,
"enableWipe": true,
"templateTokenTag": "token_template_0"
}
],
"policyGroups": [
{
"name": "Group name",
"creator": "Registrant",
"groupAccessType": "Private",
"groupRelationshipType": "Multiple",
"members": [
"Registrant"
]
}
],
"categories": [
"string"
],
"projectSchema": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"tests": [
{
"id": "69aeb71ef8c5b278e3bab4e5",
"uuid": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"name": "Test Name",
"policyId": "69aeb71ef8c5b278e3bab4e5",
"owner": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599",
"status": "NEW",
"date": "2026-03-03T17:25:53.312Z",
"duration": 0,
"progress": 0,
"resultId": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"result": {}
}
],
"ignoreRules": [
{
"code": "string",
"blockType": "string",
"property": "string",
"contains": "string",
"severity": "warning"
}
]
},
"schemas": [
{
"id": "69aeb71ef8c5b278e3bab4e5",
"uuid": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"name": "Schema name",
"description": "Description",
"entity": "POLICY",
"iri": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"status": "DRAFT",
"topicId": "0.0.6046379",
"version": "1.0.0",
"owner": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599",
"messageId": "1773670900.819264517",
"category": "POLICY",
"documentURL": "ipfs://AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"contextURL": "ipfs://AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"document": {},
"context": {}
}
],
"schema": {
"id": "69aeb71ef8c5b278e3bab4e5",
"uuid": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"name": "Schema name",
"description": "Description",
"entity": "POLICY",
"iri": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"status": "DRAFT",
"topicId": "0.0.6046379",
"version": "1.0.0",
"owner": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599",
"messageId": "1773670900.819264517",
"category": "POLICY",
"documentURL": "ipfs://AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"contextURL": "ipfs://AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"document": {},
"context": {}
}
}Returns all documents.
Statistic Definition Identifier
69aeb71ef8c5b278e3bab4e5The number of pages to skip before starting to collect the result set
0The numbers of items to return
20Successful operation.
Unauthorized request.
Forbidden
Internal server error.
GET /api/v1/policy-statistics/{definitionId}/documents HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"id": "69aeb71ef8c5b278e3bab4e5",
"policyId": "69aeb71ef8c5b278e3bab4e5",
"hash": "hash",
"signature": 0,
"status": "NEW",
"tag": "Block tag",
"type": "Document type",
"createDate": "string",
"updateDate": "string",
"owner": "string",
"document": {
"id": "69aeb71ef8c5b278e3bab4e5",
"type": [
"string"
],
"credentialSubject": {},
"issuer": {},
"issuanceDate": "string",
"proof": {
"type": "string",
"created": "string",
"verificationMethod": "string",
"proofPurpose": "string",
"jws": "string"
}
}
}
]Returns all statistic assessment.
Statistic Definition Identifier
69aeb71ef8c5b278e3bab4e5The number of pages to skip before starting to collect the result set
0The numbers of items to return
20Successful operation.
Unauthorized request.
Forbidden
Unprocessable entity.
Internal server error.
GET /api/v1/policy-statistics/{definitionId}/assessment HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"id": "69aeb71ef8c5b278e3bab4e5",
"definitionId": "69aeb71ef8c5b278e3bab4e5",
"policyId": "69aeb71ef8c5b278e3bab4e5",
"policyTopicId": "69aeb71ef8c5b278e3bab4e5",
"policyInstanceTopicId": "69aeb71ef8c5b278e3bab4e5",
"topicId": "0.0.6046379",
"creator": "string",
"owner": "string",
"messageId": "1773670900.819264517",
"target": "string",
"relationships": [
"1773670900.819264517"
],
"document": {}
}
]Creates a new statistic assessment.
Statistic Definition Identifier
69aeb71ef8c5b278e3bab4e569aeb71ef8c5b278e3bab4e569aeb71ef8c5b278e3bab4e569aeb71ef8c5b278e3bab4e50.0.60463790.0.60463790.0.6046379did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.82005991773670900.8192645171773670900.819264517["1773670900.819264517"]Successful operation.
69aeb71ef8c5b278e3bab4e569aeb71ef8c5b278e3bab4e569aeb71ef8c5b278e3bab4e50.0.60463790.0.60463790.0.6046379did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.82005991773670900.8192645171773670900.819264517["1773670900.819264517"]Unauthorized request.
Forbidden
Unprocessable entity.
Internal server error.
POST /api/v1/policy-statistics/{definitionId}/assessment HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 131
{
"definitionId": "69aeb71ef8c5b278e3bab4e5",
"policyId": "69aeb71ef8c5b278e3bab4e5",
"target": "69aeb71ef8c5b278e3bab4e5",
"document": {}
}{
"id": "69aeb71ef8c5b278e3bab4e5",
"definitionId": "69aeb71ef8c5b278e3bab4e5",
"policyId": "69aeb71ef8c5b278e3bab4e5",
"policyTopicId": "69aeb71ef8c5b278e3bab4e5",
"policyInstanceTopicId": "69aeb71ef8c5b278e3bab4e5",
"topicId": "0.0.6046379",
"creator": "string",
"owner": "string",
"messageId": "1773670900.819264517",
"target": "string",
"relationships": [
"message-id"
],
"document": {}
}Retrieves statistic assessment for the specified ID.
Statistic Definition Identifier
69aeb71ef8c5b278e3bab4e5Statistic Assessment Identifier
69aeb71ef8c5b278e3bab4e5Successful operation.
69aeb71ef8c5b278e3bab4e569aeb71ef8c5b278e3bab4e569aeb71ef8c5b278e3bab4e50.0.60463790.0.60463790.0.6046379did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.82005991773670900.8192645171773670900.819264517["1773670900.819264517"]Unauthorized request.
Forbidden
Unprocessable entity.
Internal server error.
GET /api/v1/policy-statistics/{definitionId}/assessment/{assessmentId} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "69aeb71ef8c5b278e3bab4e5",
"definitionId": "69aeb71ef8c5b278e3bab4e5",
"policyId": "69aeb71ef8c5b278e3bab4e5",
"policyTopicId": "69aeb71ef8c5b278e3bab4e5",
"policyInstanceTopicId": "69aeb71ef8c5b278e3bab4e5",
"topicId": "0.0.6046379",
"creator": "string",
"owner": "string",
"messageId": "1773670900.819264517",
"target": "string",
"relationships": [
"message-id"
],
"document": {}
}Retrieves assessment relationships for the specified ID.
Statistic Definition Identifier
69aeb71ef8c5b278e3bab4e5Statistic Assessment Identifier
69aeb71ef8c5b278e3bab4e5Successful operation.
Unauthorized request.
Forbidden
Unprocessable entity.
Internal server error.
GET /api/v1/policy-statistics/{definitionId}/assessment/{assessmentId}/relationships HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"target": {
"id": "69aeb71ef8c5b278e3bab4e5",
"policyId": "69aeb71ef8c5b278e3bab4e5",
"hash": "hash",
"signature": 0,
"status": "NEW",
"tag": "Block tag",
"type": "Document type",
"createDate": "string",
"updateDate": "string",
"owner": "string",
"document": {
"id": "69aeb71ef8c5b278e3bab4e5",
"type": [
"string"
],
"credentialSubject": {},
"issuer": {},
"issuanceDate": "string",
"proof": {
"type": "string",
"created": "string",
"verificationMethod": "string",
"proofPurpose": "string",
"jws": "string"
}
}
},
"relationships": [
{
"id": "69aeb71ef8c5b278e3bab4e5",
"policyId": "69aeb71ef8c5b278e3bab4e5",
"hash": "hash",
"signature": 0,
"status": "NEW",
"tag": "Block tag",
"type": "Document type",
"createDate": "string",
"updateDate": "string",
"owner": "string",
"document": {
"id": "69aeb71ef8c5b278e3bab4e5",
"type": [
{}
],
"credentialSubject": {},
"issuer": {},
"issuanceDate": "string",
"proof": {
"type": {},
"created": {},
"verificationMethod": {},
"proofPurpose": {},
"jws": {}
}
}
}
]
}Imports new statistic definition from the provided zip file into the local DB.
Policy Id
69aeb71ef8c5b278e3bab4e5Successful operation.
69aeb71ef8c5b278e3bab4e59db028d2-03ad-4d49-a178-cf4b67f8c147Tool nameDescriptiondid:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.82005990.0.60463791773670900.81926451769aeb71ef8c5b278e3bab4e50.0.60463790.0.6046379DRAFTPossible values: Unauthorized request.
Forbidden
Internal server error.
POST /api/v1/policy-statistics/{policyId}/import/file HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 6
"text"{
"id": "69aeb71ef8c5b278e3bab4e5",
"uuid": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"name": "Carbon Statistics",
"description": "Description",
"creator": "string",
"owner": "string",
"topicId": "0.0.6046379",
"messageId": "1773670900.819264517",
"policyId": "69aeb71ef8c5b278e3bab4e5",
"policyTopicId": "69aeb71ef8c5b278e3bab4e5",
"policyInstanceTopicId": "69aeb71ef8c5b278e3bab4e5",
"status": "string",
"config": {}
}Returns a zip file containing statistic definition.
Statistic Definition Identifier
69aeb71ef8c5b278e3bab4e5Successful operation. Response zip file.
Unauthorized request.
Forbidden
Internal server error.
GET /api/v1/policy-statistics/{definitionId}/export/file HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"result": "ok"
}Imports a zip file containing statistic definition.
Statistic definition preview.
69aeb71ef8c5b278e3bab4e59db028d2-03ad-4d49-a178-cf4b67f8c147Tool nameDescriptiondid:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.82005990.0.60463791773670900.81926451769aeb71ef8c5b278e3bab4e50.0.60463790.0.6046379DRAFTPossible values: Unauthorized request.
Forbidden
Internal server error.
POST /api/v1/policy-statistics/import/file/preview HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 6
"text"{
"id": "69aeb71ef8c5b278e3bab4e5",
"uuid": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"name": "Carbon Statistics",
"description": "Description",
"creator": "string",
"owner": "string",
"topicId": "0.0.6046379",
"messageId": "1773670900.819264517",
"policyId": "69aeb71ef8c5b278e3bab4e5",
"policyTopicId": "69aeb71ef8c5b278e3bab4e5",
"policyInstanceTopicId": "69aeb71ef8c5b278e3bab4e5",
"status": "string",
"config": {}
}Last updated
Was this helpful?