Tools
Standalone tools that extend policy workflow capabilities.
Returns all tools. Add Api-Version: 2 header to use search and tag filters. Only users with the Standard Registry role are allowed to make the request.
The number of pages to skip before starting to collect the result set
0The numbers of items to return
20Search
textTag
textUse "2" for this endpoint (supports search, tag)
2Successful operation. Example shows V2 response format (no uuid, no hash).
Unauthorized request.
Forbidden
Internal server error.
GET /api/v1/tools HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Api-Version: 2
Accept: */*
[
{
"name": "Tool 06_new_edited",
"description": "",
"status": "DRAFT",
"creator": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8299835",
"owner": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8299835",
"topicId": "0.0.8345573",
"id": "69c156a4fb66de861cc9dd8a"
},
{
"name": "Tool 16",
"description": "",
"status": "PUBLISHED",
"creator": "did:hedera:testnet:8Go53QCUXZ4nzSQMyoWovWCxseogGTMLDiHg14Fkz4VN_0.0.4481265",
"owner": "did:hedera:testnet:8Go53QCUXZ4nzSQMyoWovWCxseogGTMLDiHg14Fkz4VN_0.0.4481265",
"topicId": "0.0.4496134",
"messageId": "1720000738.873798003",
"id": "69c1502ffb66de861cc9dcef"
},
{
"name": "Tool 06",
"description": "",
"status": "PUBLISHED",
"creator": "did:hedera:testnet:9pZJ9UokYbTyeb7ZWUrLWWLxFmuF3UAcLbjhwge8d3hp_0.0.2172755",
"owner": "did:hedera:testnet:9pZJ9UokYbTyeb7ZWUrLWWLxFmuF3UAcLbjhwge8d3hp_0.0.2172755",
"topicId": "0.0.2657406",
"messageId": "1707068762.886477003",
"id": "69c1501cfb66de861cc9dc26"
}
]Creates a new tool. Waits for completion and returns the created tool. Only users with the Standard Registry role are allowed to make the request.
Tool display name
Tool nameTool description
DescriptionSuccessful operation.
69aeb71ef8c5b278e3bab4e59db028d2-03ad-4d49-a178-cf4b67f8c147Tool nameDescriptionDRAFTPossible values: did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.82005990.0.6046379Message ID (for PUBLISHED tools only; omitted or null for DRAFT)
1773670900.8192645171.0.02026-03-03T17:25:53.312ZLast update date
2026-03-03T17:25:53.312ZConfig file ID (internal)
Tags topic ID (for PUBLISHED tools only)
File id of the original tool zip (imported from IPFS or publish flow). Present for PUBLISHED tools.
Hash (for PUBLISHED tools only)
Referenced sub-tools: { name, version?, topicId, messageId }
Published tool version (e.g. 1.0.0); null or omitted when not published
1.0.0Unauthorized request.
Forbidden
Invalid tool config (missing config or config.blockType !== "tool").
Internal server error.
POST /api/v1/tools HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 139
{
"name": "Test Tool New",
"description": "This is test description",
"config": {
"id": "47c1f826-88ef-46a0-b3b7-e9038108f97c",
"blockType": "tool"
}
}{
"id": "69c17209fb66de861cc9de3a",
"createDate": "2026-03-23T17:02:01.093Z",
"updateDate": "2026-03-23T17:02:01.093Z",
"uuid": "0e2a0907-18a4-41cf-bd93-dbd5b1ad5f98",
"name": "Test Tool New",
"description": "This is test description",
"configFileId": "69c17209fb66de861cc9de3b",
"status": "DRAFT",
"creator": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8299835",
"owner": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8299835",
"topicId": "0.0.8346869",
"codeVersion": "1.5.1",
"tools": [],
"config": {
"id": "9db028d2-03ad-4d49-a178-cf4b67f8c147",
"blockType": "tool",
"permissions": [],
"children": [],
"events": [],
"artifacts": [],
"variables": [],
"inputEvents": [],
"outputEvents": [],
"innerEvents": []
}
}Creates a new tool asynchronously. Returns task ID for progress tracking. Only users with the Standard Registry role are allowed to make the request.
Tool display name
Tool nameTool description
DescriptionSuccessful operation.
Task Id
9db028d2-03ad-4d49-a178-cf4b67f8c147Expected count of task phases
8Task action
Create toolUser Id
69bcfd90c98df6ceb05e8a78Unauthorized request.
Forbidden
Invalid tool config (missing config or config.blockType !== "tool").
Internal server error.
POST /api/v1/tools/push HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 139
{
"name": "Test Tool New",
"description": "This is test description",
"config": {
"id": "47c1f826-88ef-46a0-b3b7-e9038108f97c",
"blockType": "tool"
}
}{
"taskId": "c2a271c0-4b6a-4893-8dd9-f23c936a747e",
"expectation": 8,
"action": "Create tool",
"userId": "69bcfd90c98df6ceb05e8a78"
}Retrieves tool configuration for the specified tool ID. Only users with the Standard Registry role are allowed to make the request.
Tool ID
69aeb71ef8c5b278e3bab4e5Successful operation.
69aeb71ef8c5b278e3bab4e59db028d2-03ad-4d49-a178-cf4b67f8c147Tool nameDescriptionDRAFTPossible values: did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.82005990.0.6046379Message ID (for PUBLISHED tools only; omitted or null for DRAFT)
1773670900.8192645171.0.02026-03-03T17:25:53.312ZLast update date
2026-03-03T17:25:53.312ZConfig file ID (internal)
Tags topic ID (for PUBLISHED tools only)
File id of the original tool zip (imported from IPFS or publish flow). Present for PUBLISHED tools.
Hash (for PUBLISHED tools only)
Referenced sub-tools: { name, version?, topicId, messageId }
Published tool version (e.g. 1.0.0); null or omitted when not published
1.0.0Unauthorized request.
Forbidden
Invalid id (empty, "undefined", "null", or tool not found/not owned).
Internal server error.
GET /api/v1/tools/{id} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "69c1502ffb66de861cc9dcef",
"createDate": "2026-03-23T14:37:35.376Z",
"updateDate": "2026-03-23T14:37:35.376Z",
"hash": "8j5UAc8s38X2qRaePqzCBj1rMuM9SXwkE3GcfXSJ7SaN",
"uuid": "7d56aec4-5db3-46d3-9f3f-236fc33e0772",
"name": "Tool 16",
"description": "",
"configFileId": "69c1502ffb66de861cc9dcf0",
"status": "PUBLISHED",
"creator": "did:hedera:testnet:8Go53QCUXZ4nzSQMyoWovWCxseogGTMLDiHg14Fkz4VN_0.0.4481265",
"owner": "did:hedera:testnet:8Go53QCUXZ4nzSQMyoWovWCxseogGTMLDiHg14Fkz4VN_0.0.4481265",
"topicId": "0.0.4496134",
"messageId": "1720000738.873798003",
"codeVersion": "1.5.1",
"tagsTopicId": "0.0.4496152",
"contentFileId": "69c1500afb66de861cc9dbca",
"tools": [
{
"name": "Tool 01",
"version": null,
"topicId": "0.0.3418896",
"messageId": "1707834520.925981198"
},
{
"name": "Tool 12",
"version": null,
"topicId": "0.0.3625013",
"messageId": "1709106946.913157840"
},
{
"name": "Tool 03",
"version": null,
"topicId": "0.0.2182119",
"messageId": "1706867833.676387003"
}
],
"config": {
"id": "ee7c7a73-96b0-464e-9ad9-13198b0fadf5",
"blockType": "tool",
"permissions": [],
"tag": "Tool",
"children": [
{
"id": "0988b533-bbe2-4cf9-9f43-c041764e163b",
"blockType": "tool",
"defaultActive": true,
"hash": "FE2TVGaYbHkzT5xox71zRGowBh9uz7p1QZEmDd1BZbco",
"messageId": "1719310223.735760003",
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"tag": "Tool_14",
"children": [],
"events": [
{
"target": "Tool_1",
"source": "Tool_14",
"input": "input_tool_01",
"output": "output_tool_14",
"actor": "",
"disabled": false
}
],
"artifacts": [],
"variables": [
{
"name": "Role",
"description": "",
"type": "Role"
}
],
"inputEvents": [
{
"name": "input_tool_14",
"description": ""
}
],
"outputEvents": [
{
"name": "output_tool_14",
"description": ""
}
],
"innerEvents": []
},
{
"id": "52974f49-497d-403b-9616-829da32590fe",
"blockType": "customLogicBlock",
"defaultActive": false,
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"uiMetaData": {},
"expression": "function calc_tool_16(document) {\n document.C14 = document.tool_01?.field2?.field1 === 'Yes' ? 'Yes' : 'No';\n // ... [calculation logic continues, hundreds of lines] ...\n return document;\n}\ncalc();",
"documentSigner": "",
"idType": "UUID",
"outputSchema": "#7e8f0766-996d-4715-b501-3abf55efa3ac&1.0.0",
"unsigned": true,
"tag": "calc_tool_16",
"children": [],
"events": [],
"artifacts": []
}
],
"events": [
{
"target": "Tool_14",
"source": "Tool",
"input": "input_tool_14",
"output": "input_tool_16",
"actor": "",
"disabled": false
}
],
"variables": [
{
"name": "Role",
"description": "",
"type": "Role"
}
],
"inputEvents": [
{
"name": "input_tool_16",
"description": ""
}
],
"outputEvents": [
{
"name": "output_tool_16",
"description": ""
}
],
"innerEvents": [
{
"target": "Tool_14",
"source": "Tool",
"input": "input_tool_14",
"output": "input_tool_16",
"actor": "",
"disabled": false
}
]
}
}Updates tool configuration for the specified tool ID. Only users with the Standard Registry role are allowed to make the request.
Tool ID
69aeb71ef8c5b278e3bab4e569aeb71ef8c5b278e3bab4e59db028d2-03ad-4d49-a178-cf4b67f8c147Tool nameDescriptionDRAFTPossible values: did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.82005990.0.6046379Message ID (for PUBLISHED tools only; omitted or null for DRAFT)
1773670900.8192645171.0.02026-03-03T17:25:53.312ZLast update date
2026-03-03T17:25:53.312ZConfig file ID (internal)
Tags topic ID (for PUBLISHED tools only)
File id of the original tool zip (imported from IPFS or publish flow). Present for PUBLISHED tools.
Hash (for PUBLISHED tools only)
Referenced sub-tools: { name, version?, topicId, messageId }
Published tool version (e.g. 1.0.0); null or omitted when not published
1.0.0Successful operation.
69aeb71ef8c5b278e3bab4e59db028d2-03ad-4d49-a178-cf4b67f8c147Tool nameDescriptionDRAFTPossible values: did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.82005990.0.6046379Message ID (for PUBLISHED tools only; omitted or null for DRAFT)
1773670900.8192645171.0.02026-03-03T17:25:53.312ZLast update date
2026-03-03T17:25:53.312ZConfig file ID (internal)
Tags topic ID (for PUBLISHED tools only)
File id of the original tool zip (imported from IPFS or publish flow). Present for PUBLISHED tools.
Hash (for PUBLISHED tools only)
Referenced sub-tools: { name, version?, topicId, messageId }
Published tool version (e.g. 1.0.0); null or omitted when not published
1.0.0Unauthorized request.
Forbidden
Invalid id or invalid tool config (missing config or config.blockType !== "tool").
Internal server error.
PUT /api/v1/tools/{id} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 249
{
"name": "Updated Tool Name",
"description": "Updated Tool Description",
"config": {
"id": "ee7c7a73-96b0-464e-9ad9-13198b0fadf5",
"blockType": "tool",
"permissions": [],
"tag": "Tool",
"children": [],
"events": [],
"variables": [],
"inputEvents": [],
"outputEvents": []
}
}{
"id": "69c168d8fb66de861cc9dda8",
"createDate": "2026-03-23T16:22:48.808Z",
"updateDate": "2026-03-23T18:35:33.333Z",
"uuid": "56af783a-eddc-4969-a6a7-894694f0a3c0",
"name": "Updated Tool Name",
"description": "Updated Tool Description",
"configFileId": "69c187f5fb66de861cc9de5a",
"status": "DRAFT",
"creator": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8299835",
"owner": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8299835",
"topicId": "0.0.8346214",
"codeVersion": "1.5.1",
"tools": [],
"config": {
"id": "ee7c7a73-96b0-464e-9ad9-13198b0fadf5",
"blockType": "tool",
"permissions": [],
"tag": "Tool",
"children": [],
"events": [],
"variables": [],
"inputEvents": [],
"outputEvents": [],
"artifacts": [],
"innerEvents": []
}
}Deletes the tool with the provided tool ID. Only users with the Standard Registry role are allowed to make the request.
Deletes the tool.
Tool ID
69aeb71ef8c5b278e3bab4e5Successful operation.
Unauthorized request.
Forbidden
Invalid id (empty, "undefined", "null", or tool not found/not owned/published).
Internal server error.
DELETE /api/v1/tools/{id} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
truePublishes the tool with the specified (internal) tool ID onto IPFS, sends a message featuring its IPFS CID into the corresponding Hedera topic. Only users with the Standard Registry role are allowed to make the request.
Tool ID
69aeb71ef8c5b278e3bab4e51.0.0Publish result (HTTP 200). If isValid is true, the tool was published. If isValid is false, the tool stays DRAFT and was not published — see errors.
Whether validation passed (true = tool published successfully)
Unauthorized request.
Forbidden
Request validation failed (e.g. missing or invalid toolVersion).
Internal server error.
PUT /api/v1/tools/{id}/publish HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 23
{
"toolVersion": "1.0.0"
}{
"tool": {
"createDate": "2026-03-24T07:32:07.366Z",
"updateDate": "2026-03-24T07:53:40.891Z",
"hash": "62zo1ujESm1SehDeQoUK4o7um73qiwqf7fQ8YNan1NGE",
"uuid": "01188757-acb8-42f3-af19-700ba073b66f",
"name": "Tool 06_1774337527363",
"description": "",
"version": "1.0.0",
"configFileId": "69c243047a442bf5c32d604f",
"status": "PUBLISHED",
"creator": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8299835",
"owner": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8299835",
"topicId": "0.0.8356129",
"messageId": "1774338819.468936917",
"codeVersion": "1.5.1",
"tagsTopicId": "0.0.8356229",
"tools": [],
"contentFileId": "69c242f77a442bf5c32d6047",
"id": "69c23df77a442bf5c32d5ffe",
"config": {
"id": "ee7c7a73-96b0-464e-9ad9-13198b0fadf5",
"blockType": "tool",
"permissions": [],
"tag": "Tool",
"children": [
{
"id": "b7984eab-893a-497f-ba73-3e6d4c0b7ce0",
"blockType": "extractDataBlock",
"defaultActive": false,
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"action": "get",
"schema": "#d22a8d47-cfde-468d-b8e7-e87cbaea52f5&1.0.0",
"tag": "get_tool_06",
"children": [],
"events": [],
"artifacts": []
},
{
"id": "52974f49-497d-403b-9616-829da32590fe",
"blockType": "customLogicBlock",
"defaultActive": false,
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"uiMetaData": {},
"expression": "function calc_tool_16(document) {\n document.C14 = document.tool_01?.field2?.field1 === 'Yes' ? 'Yes' : 'No';\n // ... [calculation logic continues, hundreds of lines] ...\n return document;\n}\ncalc();",
"documentSigner": "",
"idType": "UUID",
"outputSchema": "#d22a8d47-cfde-468d-b8e7-e87cbaea52f5&1.0.0",
"unsigned": true,
"tag": "calc_tool_06",
"children": [],
"events": [],
"artifacts": []
},
{
"id": "16f57f36-48db-4989-adb1-ddb276fc23f1",
"blockType": "extractDataBlock",
"defaultActive": false,
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"action": "set",
"schema": "#d22a8d47-cfde-468d-b8e7-e87cbaea52f5&1.0.0",
"tag": "set_tool_06",
"children": [],
"events": [
{
"target": "Tool",
"source": "set_tool_06",
"input": "output_tool_06",
"output": "RunEvent",
"actor": "",
"disabled": false
}
],
"artifacts": []
}
],
"events": [
{
"target": "get_tool_06",
"source": "Tool",
"input": "RunEvent",
"output": "input_tool_06",
"actor": "",
"disabled": false
}
],
"artifacts": [],
"variables": [
{
"name": "Role",
"description": "",
"type": "Role"
}
],
"inputEvents": [
{
"name": "input_tool_06",
"description": ""
}
],
"outputEvents": [
{
"name": "output_tool_06",
"description": ""
}
],
"innerEvents": [
{
"target": "get_tool_06",
"source": "Tool",
"input": "RunEvent",
"output": "input_tool_06",
"actor": "",
"disabled": false
}
]
}
},
"isValid": true,
"errors": {
"errors": [],
"blocks": [
{
"id": "b7984eab-893a-497f-ba73-3e6d4c0b7ce0",
"name": "extractDataBlock",
"errors": [],
"warnings": [],
"infos": [],
"isValid": true
},
{
"id": "52974f49-497d-403b-9616-829da32590fe",
"name": "customLogicBlock",
"errors": [],
"warnings": [],
"infos": [],
"isValid": true
},
{
"id": "16f57f36-48db-4989-adb1-ddb276fc23f1",
"name": "extractDataBlock",
"errors": [],
"warnings": [],
"infos": [],
"isValid": true
}
],
"tools": [],
"id": "ee7c7a73-96b0-464e-9ad9-13198b0fadf5",
"isValid": true
}
}Publishes the tool with the specified (internal) tool ID onto IPFS, sends a message featuring its IPFS CID into the corresponding Hedera topic. Only users with the Standard Registry role are allowed to make the request.
Tool ID
69aeb71ef8c5b278e3bab4e51.0.0Successful operation.
Task Id
9db028d2-03ad-4d49-a178-cf4b67f8c147Expected count of task phases
8Task action
Create toolUser Id
69bcfd90c98df6ceb05e8a78Unauthorized request.
Forbidden
Request validation failed (e.g. missing or invalid toolVersion).
Internal server error.
PUT /api/v1/tools/{id}/push/publish HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 23
{
"toolVersion": "1.0.0"
}{
"taskId": "02b66111-15f1-4834-8e31-4227f058efa0",
"expectation": 2,
"action": "Publish tool",
"userId": "69bcfd90c98df6ceb05e8a78"
}Validates the tool config; when valid, dry run starts (tool state updated server-side). Returns isValid and errors (no full tool body). Only users with the Standard Registry role are allowed to make the request.
Tool ID
69aeb71ef8c5b278e3bab4e5Validation result (HTTP 200). Dry run started when isValid is true; dry run not started when isValid is false (see errors.blocks and nested messages).
Whether the tool config passed validation (true = dry run started; false = dry run not started)
Unauthorized request.
Forbidden
Invalid id (empty or missing path segment).
Internal server error.
PUT /api/v1/tools/{id}/dry-run HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"isValid": true,
"errors": {
"errors": [],
"blocks": [
{
"id": "b7984eab-893a-497f-ba73-3e6d4c0b7ce0",
"name": "extractDataBlock",
"errors": [],
"warnings": [],
"infos": [],
"isValid": true
},
{
"id": "52974f49-497d-403b-9616-829da32590fe",
"name": "customLogicBlock",
"errors": [],
"warnings": [],
"infos": [],
"isValid": true
},
{
"id": "16f57f36-48db-4989-adb1-ddb276fc23f1",
"name": "extractDataBlock",
"errors": [],
"warnings": [],
"infos": [],
"isValid": true
}
],
"tools": [],
"id": "ee7c7a73-96b0-464e-9ad9-13198b0fadf5",
"isValid": true
}
}Sets the tool to DRAFT when allowed (not already DRAFT, not PUBLISHED, config present, not referenced by a policy in dry run). Response body is JSON true. Only users with the Standard Registry role are allowed to make the request.
Tool ID
69aeb71ef8c5b278e3bab4e5Successful operation. Response body is the JSON boolean true.
Unauthorized request.
Forbidden
Invalid id (empty or missing path segment).
Internal server error.
PUT /api/v1/tools/{id}/draft HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
trueValidates selected tool. Only users with the Standard Registry role are allowed to make the request.
69aeb71ef8c5b278e3bab4e59db028d2-03ad-4d49-a178-cf4b67f8c147Tool nameDescriptionDRAFTPossible values: did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.82005990.0.6046379Message ID (for PUBLISHED tools only; omitted or null for DRAFT)
1773670900.8192645171.0.02026-03-03T17:25:53.312ZLast update date
2026-03-03T17:25:53.312ZConfig file ID (internal)
Tags topic ID (for PUBLISHED tools only)
File id of the original tool zip (imported from IPFS or publish flow). Present for PUBLISHED tools.
Hash (for PUBLISHED tools only)
Referenced sub-tools: { name, version?, topicId, messageId }
Published tool version (e.g. 1.0.0); null or omitted when not published
1.0.0Validation outcome (HTTP 200). results is ValidationErrors-style output (blocks, tools, common errors, aggregate isValid). tool echoes the submitted tool.
Unauthorized request.
Forbidden
Internal server error.
POST /api/v1/tools/validate HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 2225
{
"id": "69c245a07a442bf5c32d60a9",
"uuid": "b03154fa-6c33-4b3a-ba14-6a24df47f5ec",
"name": "Tool 06_1774339488650",
"description": "",
"status": "DRAFT",
"creator": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8299835",
"owner": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8299835",
"topicId": "0.0.8356269",
"messageId": null,
"codeVersion": "1.5.1",
"createDate": "2026-03-24T08:04:48.653Z",
"version": null,
"config": {
"id": "ee7c7a73-96b0-464e-9ad9-13198b0fadf5",
"blockType": "tool",
"permissions": [],
"tag": "Tool",
"children": [
{
"id": "b7984eab-893a-497f-ba73-3e6d4c0b7ce0",
"blockType": "extractDataBlock",
"defaultActive": false,
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"action": "get",
"schema": "#1bdad0d4-90ab-49cd-88d7-253d6b2d4ff9",
"tag": "get_tool_06",
"children": [],
"events": [],
"artifacts": []
},
{
"id": "52974f49-497d-403b-9616-829da32590fe",
"blockType": "customLogicBlock",
"defaultActive": false,
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"uiMetaData": {},
"expression": "function calc_tool_16(document) {\n document.C14 = document.tool_01?.field2?.field1 === 'Yes' ? 'Yes' : 'No';\n // ... [calculation logic continues, hundreds of lines] ...\n return document;\n}\ncalc();",
"documentSigner": "",
"idType": "UUID",
"outputSchema": "#1bdad0d4-90ab-49cd-88d7-253d6b2d4ff9",
"unsigned": true,
"tag": "calc_tool_06",
"children": [],
"events": [],
"artifacts": []
},
{
"id": "16f57f36-48db-4989-adb1-ddb276fc23f1",
"blockType": "extractDataBlock",
"defaultActive": false,
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"action": "set",
"schema": "#1bdad0d4-90ab-49cd-88d7-253d6b2d4ff9",
"tag": "set_tool_06",
"children": [],
"events": [
{
"target": "Tool",
"source": "set_tool_06",
"input": "output_tool_06",
"output": "RunEvent",
"actor": "",
"disabled": false
}
],
"artifacts": []
}
],
"events": [
{
"target": "get_tool_06",
"source": "Tool",
"input": "RunEvent",
"output": "input_tool_06",
"actor": "",
"disabled": false
}
],
"artifacts": [],
"variables": [
{
"name": "Role",
"description": "",
"type": "Role"
}
],
"inputEvents": [
{
"name": "input_tool_06",
"description": ""
}
],
"outputEvents": [
{
"name": "output_tool_06",
"description": ""
}
],
"innerEvents": [
{
"target": "get_tool_06",
"source": "Tool",
"input": "RunEvent",
"output": "input_tool_06",
"actor": "",
"disabled": false
}
]
}
}{
"results": {
"errors": [],
"blocks": [
{
"id": "b7984eab-893a-497f-ba73-3e6d4c0b7ce0",
"name": "extractDataBlock",
"errors": [],
"warnings": [],
"infos": [],
"isValid": true
},
{
"id": "52974f49-497d-403b-9616-829da32590fe",
"name": "customLogicBlock",
"errors": [],
"warnings": [],
"infos": [],
"isValid": true
},
{
"id": "16f57f36-48db-4989-adb1-ddb276fc23f1",
"name": "extractDataBlock",
"errors": [],
"warnings": [],
"infos": [],
"isValid": true
}
],
"tools": [],
"id": "ee7c7a73-96b0-464e-9ad9-13198b0fadf5",
"isValid": true
},
"tool": {
"id": "69c245a07a442bf5c32d60a9",
"uuid": "b03154fa-6c33-4b3a-ba14-6a24df47f5ec",
"name": "Tool 06_1774339488650",
"description": "",
"status": "DRAFT",
"creator": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8299835",
"owner": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8299835",
"topicId": "0.0.8356269",
"messageId": null,
"codeVersion": "1.5.1",
"createDate": "2026-03-24T08:04:48.653Z",
"version": null,
"config": {
"id": "ee7c7a73-96b0-464e-9ad9-13198b0fadf5",
"blockType": "tool",
"permissions": [],
"tag": "Tool",
"children": [
{
"id": "b7984eab-893a-497f-ba73-3e6d4c0b7ce0",
"blockType": "extractDataBlock",
"defaultActive": false,
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"action": "get",
"schema": "#1bdad0d4-90ab-49cd-88d7-253d6b2d4ff9",
"tag": "get_tool_06",
"children": [],
"events": [],
"artifacts": []
},
{
"id": "52974f49-497d-403b-9616-829da32590fe",
"blockType": "customLogicBlock",
"defaultActive": false,
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"uiMetaData": {},
"expression": "function calc_tool_16(document) {\n document.C14 = document.tool_01?.field2?.field1 === 'Yes' ? 'Yes' : 'No';\n // ... [calculation logic continues, hundreds of lines] ...\n return document;\n}\ncalc();",
"documentSigner": "",
"idType": "UUID",
"outputSchema": "#1bdad0d4-90ab-49cd-88d7-253d6b2d4ff9",
"unsigned": true,
"tag": "calc_tool_06",
"children": [],
"events": [],
"artifacts": []
},
{
"id": "16f57f36-48db-4989-adb1-ddb276fc23f1",
"blockType": "extractDataBlock",
"defaultActive": false,
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"action": "set",
"schema": "#1bdad0d4-90ab-49cd-88d7-253d6b2d4ff9",
"tag": "set_tool_06",
"children": [],
"events": [
{
"target": "Tool",
"source": "set_tool_06",
"input": "output_tool_06",
"output": "RunEvent",
"actor": "",
"disabled": false
}
],
"artifacts": []
}
],
"events": [
{
"target": "get_tool_06",
"source": "Tool",
"input": "RunEvent",
"output": "input_tool_06",
"actor": "",
"disabled": false
}
],
"artifacts": [],
"variables": [
{
"name": "Role",
"description": "",
"type": "Role"
}
],
"inputEvents": [
{
"name": "input_tool_06",
"description": ""
}
],
"outputEvents": [
{
"name": "output_tool_06",
"description": ""
}
],
"innerEvents": [
{
"target": "get_tool_06",
"source": "Tool",
"input": "RunEvent",
"output": "input_tool_06",
"actor": "",
"disabled": false
}
]
}
}
}Returns a zip file containing the published tool and all associated artifacts, i.e. schemas and VCs. Only users with the Standard Registry role are allowed to make the request.
Tool ID
69aeb71ef8c5b278e3bab4e5Binary ZIP archive (Content-Type: application/zip, Content-Disposition: attachment). Not JSON.
Unauthorized request.
Forbidden
Invalid id (empty or missing path segment).
Internal server error.
GET /api/v1/tools/{id}/export/file HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
binaryReturns id, uuid, name, description, messageId, owner. messageId is set when the tool is published to the topic; for DRAFT / dry-run it is null. Only users with the Standard Registry role are allowed to make the request.
Tool ID
69aeb71ef8c5b278e3bab4e5Tool export metadata (JSON).
Tool ID (internal)
Hedera topic message id when published; null for DRAFT / not yet published
Unauthorized request.
Forbidden
Invalid id (empty or missing path segment).
Internal server error.
GET /api/v1/tools/{id}/export/message HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "69c1502ffb66de861cc9dcef",
"uuid": "7d56aec4-5db3-46d3-9f3f-236fc33e0772",
"name": "Tool 16",
"description": "",
"messageId": "1720000738.873798003",
"owner": "did:hedera:testnet:8Go53QCUXZ4nzSQMyoWovWCxseogGTMLDiHg14Fkz4VN_0.0.4481265"
}Loads the tool ZIP from IPFS via messageId, parses tool.json, schemas/*, tags/*, tools/*, then adds messageId and toolTopicId from the message. Does not persist to the DB. Only users with the Standard Registry role are allowed to make the request.
Hedera topic message id
Parsed archive components plus message metadata. schemas entries are full schema records in production; the example lists all metadata fields with document and context as empty objects (omitted payload).
Schema entities parsed from schemas/* in the archive (full Schema objects with document, context, …)
Tag entities parsed from tags/* in the archive
Present only for POST /tools/import/message/preview — same as request messageId. Omitted for file-based preview.
Present only for message-based preview — topic id from the Hedera tool message. Omitted for file-based preview.
Unauthorized request.
Forbidden
Missing or empty messageId in the body (gateway throws before calling guardian), or global request validation failure.
Internal server error.
POST /api/v1/tools/import/message/preview HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 36
{
"messageId": "1726593517.484578000"
}{
"tool": {
"name": "Tool 33",
"description": "",
"creator": "did:hedera:testnet:5h54ixs4SfsNJwPxtpdMcd2M1V4ddK8aRYCh44nnWxfv_0.0.4674597",
"owner": "did:hedera:testnet:5h54ixs4SfsNJwPxtpdMcd2M1V4ddK8aRYCh44nnWxfv_0.0.4674597",
"codeVersion": "1.5.1",
"tagsTopicId": "0.0.4865958",
"tools": [],
"config": {
"id": "ee7c7a73-96b0-464e-9ad9-13198b0fadf5",
"blockType": "tool",
"permissions": [],
"tag": "Tool",
"children": [
{
"id": "b7984eab-893a-497f-ba73-3e6d4c0b7ce0",
"blockType": "extractDataBlock",
"defaultActive": false,
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"action": "get",
"schema": "#073bdaf5-68d1-4bfd-9290-2c4f40a98034&1.0.0",
"tag": "get_tool_33",
"children": [],
"events": [],
"artifacts": []
},
{
"id": "52974f49-497d-403b-9616-829da32590fe",
"blockType": "customLogicBlock",
"defaultActive": false,
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"uiMetaData": {},
"expression": "function calc_tool_16(document) {\n document.C14 = document.tool_01?.field2?.field1 === 'Yes' ? 'Yes' : 'No';\n // ... [calculation logic continues, hundreds of lines] ...\n return document;\n}\ncalc();",
"documentSigner": "",
"idType": "UUID",
"outputSchema": "#073bdaf5-68d1-4bfd-9290-2c4f40a98034&1.0.0",
"unsigned": true,
"tag": "calc_tool_33",
"children": [],
"events": [],
"artifacts": []
},
{
"id": "16f57f36-48db-4989-adb1-ddb276fc23f1",
"blockType": "extractDataBlock",
"defaultActive": false,
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"action": "set",
"schema": "#073bdaf5-68d1-4bfd-9290-2c4f40a98034&1.0.0",
"tag": "set_tool_33",
"children": [],
"events": [
{
"target": "Tool",
"source": "set_tool_33",
"input": "output_tool_33",
"output": "RunEvent",
"actor": "",
"disabled": false
}
],
"artifacts": []
}
],
"events": [
{
"target": "get_tool_33",
"source": "Tool",
"input": "RunEvent",
"output": "input_tool_33",
"actor": "",
"disabled": false
}
],
"artifacts": [],
"variables": [
{
"name": "Role",
"description": "",
"type": "Role"
}
],
"inputEvents": [
{
"name": "input_tool_33",
"description": ""
}
],
"outputEvents": [
{
"name": "output_tool_33",
"description": ""
}
],
"innerEvents": [
{
"target": "get_tool_33",
"source": "Tool",
"input": "RunEvent",
"output": "input_tool_33",
"actor": "",
"disabled": false
}
]
}
},
"tags": [],
"schemas": [
{
"id": "66e9b98854cf4ebe299cb399",
"createDate": "2024-09-17T17:17:00.224Z",
"updateDate": "2024-09-17T17:18:28.695Z",
"uuid": "073bdaf5-68d1-4bfd-9290-2c4f40a98034",
"hash": "",
"name": "Tool 33",
"description": "",
"entity": "VC",
"documentFileId": "66e9b9e454cf4ebe299cb3c9",
"contextFileId": "66e9b9e454cf4ebe299cb3cb",
"version": "1.0.0",
"sourceVersion": "",
"creator": "did:hedera:testnet:5h54ixs4SfsNJwPxtpdMcd2M1V4ddK8aRYCh44nnWxfv_0.0.4674597",
"owner": "did:hedera:testnet:5h54ixs4SfsNJwPxtpdMcd2M1V4ddK8aRYCh44nnWxfv_0.0.4674597",
"topicId": "0.0.4865949",
"messageId": "1726593505.353812000",
"documentURL": "ipfs://bafkreiflnxkizsxsmtyiraojvykwj7s4y3i3twsytelw6egboutawr7xta",
"contextURL": "ipfs://bafkreic4mekxeq3p5es7bacfdswkae3rxlmka5hirtlnxmr63ukdn7l6ki",
"iri": "#073bdaf5-68d1-4bfd-9290-2c4f40a98034&1.0.0",
"system": false,
"active": false,
"category": "TOOL",
"codeVersion": "1.1.0",
"defs": [
"#64d676db-cd55-41f7-87ed-71d8e7a582dc&1.0.0"
],
"errors": [],
"document": {},
"context": {}
},
{
"id": "66e9b98c54cf4ebe299cb3a2",
"createDate": "2024-09-17T17:17:03.328Z",
"updateDate": "2024-09-17T17:18:21.063Z",
"uuid": "64d676db-cd55-41f7-87ed-71d8e7a582dc",
"hash": "",
"name": "Tool 33. Carbon dioxide emission factor for diesel generating system used for offgrid power generation purposes | Carbon dioxide emission factor for kerosene used for lighting applications",
"description": "",
"entity": "VC",
"documentFileId": "66e9b9dd54cf4ebe299cb3bb",
"contextFileId": "66e9b9dd54cf4ebe299cb3bd",
"version": "1.0.0",
"sourceVersion": "",
"creator": "did:hedera:testnet:5h54ixs4SfsNJwPxtpdMcd2M1V4ddK8aRYCh44nnWxfv_0.0.4674597",
"owner": "did:hedera:testnet:5h54ixs4SfsNJwPxtpdMcd2M1V4ddK8aRYCh44nnWxfv_0.0.4674597",
"topicId": "0.0.4865949",
"messageId": "1726593498.351403305",
"documentURL": "ipfs://bafkreifkfy6ft5bpoudp2oruy5zfwicfycrikcx473vgm7tm7kau6x4raq",
"contextURL": "ipfs://bafkreifxxqtc4nku6x5y7bu2przweee2flnbhskij35igfhc2xnb5fwutq",
"iri": "#64d676db-cd55-41f7-87ed-71d8e7a582dc&1.0.0",
"system": false,
"active": false,
"category": "TOOL",
"codeVersion": "1.1.0",
"defs": [],
"errors": [],
"document": {},
"context": {}
}
],
"tools": [],
"messageId": "1726593517.484578000",
"toolTopicId": "0.0.4865949"
}Imports new tool and all associated artifacts from IPFS into the local DB. Only users with the Standard Registry role are allowed to make the request.
Hedera topic message id
Successful operation.
Unauthorized request.
Forbidden
Unprocessable entity.
Internal server error.
POST /api/v1/tools/import/message HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 36
{
"messageId": "1726593517.484578000"
}{
"tool": {
"createDate": "2026-03-24T13:31:34.959Z",
"updateDate": "2026-03-24T13:31:34.959Z",
"hash": "Ceo5z8VkMbYWAcgjhesqGXHzJ9Z6aEdEEGWA4Jq4XE2i",
"uuid": "8772ca4b-4efe-4517-93ae-6c63a4281257",
"name": "Tool 33",
"description": "",
"configFileId": "69c292367a442bf5c32d6157",
"status": "PUBLISHED",
"creator": "did:hedera:testnet:5h54ixs4SfsNJwPxtpdMcd2M1V4ddK8aRYCh44nnWxfv_0.0.4674597",
"owner": "did:hedera:testnet:5h54ixs4SfsNJwPxtpdMcd2M1V4ddK8aRYCh44nnWxfv_0.0.4674597",
"topicId": "0.0.4865949",
"messageId": "1726593517.484578000",
"codeVersion": "1.5.1",
"tagsTopicId": "0.0.4865958",
"tools": [],
"contentFileId": "69c292367a442bf5c32d6154",
"id": "69c292367a442bf5c32d6156",
"config": {
"id": "ee7c7a73-96b0-464e-9ad9-13198b0fadf5",
"blockType": "tool",
"permissions": [],
"tag": "Tool",
"children": [
{
"id": "b7984eab-893a-497f-ba73-3e6d4c0b7ce0",
"blockType": "extractDataBlock",
"defaultActive": false,
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"action": "get",
"schema": "#073bdaf5-68d1-4bfd-9290-2c4f40a98034&1.0.0",
"tag": "get_tool_33",
"children": [],
"events": [],
"artifacts": []
},
{
"id": "52974f49-497d-403b-9616-829da32590fe",
"blockType": "customLogicBlock",
"defaultActive": false,
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"uiMetaData": {},
"expression": "function calc_tool_16(document) {\n document.C14 = document.tool_01?.field2?.field1 === 'Yes' ? 'Yes' : 'No';\n // ... [calculation logic continues, hundreds of lines] ...\n return document;\n}\ncalc();",
"documentSigner": "",
"idType": "UUID",
"outputSchema": "#073bdaf5-68d1-4bfd-9290-2c4f40a98034&1.0.0",
"unsigned": true,
"tag": "calc_tool_33",
"children": [],
"events": [],
"artifacts": []
},
{
"id": "16f57f36-48db-4989-adb1-ddb276fc23f1",
"blockType": "extractDataBlock",
"defaultActive": false,
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"action": "set",
"schema": "#073bdaf5-68d1-4bfd-9290-2c4f40a98034&1.0.0",
"tag": "set_tool_33",
"children": [],
"events": [
{
"target": "Tool",
"source": "set_tool_33",
"input": "output_tool_33",
"output": "RunEvent",
"actor": "",
"disabled": false
}
],
"artifacts": []
}
],
"events": [
{
"target": "get_tool_33",
"source": "Tool",
"input": "RunEvent",
"output": "input_tool_33",
"actor": "",
"disabled": false
}
],
"artifacts": [],
"variables": [
{
"name": "Role",
"description": "",
"type": "Role"
}
],
"inputEvents": [
{
"name": "input_tool_33",
"description": ""
}
],
"outputEvents": [
{
"name": "output_tool_33",
"description": ""
}
],
"innerEvents": [
{
"target": "get_tool_33",
"source": "Tool",
"input": "RunEvent",
"output": "input_tool_33",
"actor": "",
"disabled": false
}
]
}
},
"errors": []
}Parses the uploaded tool archive (*.tool, ZIP format; tool.json, schemas/*, tags/*, tools/*) without persisting. Shape matches message preview; messageId / toolTopicId may be absent when not sourced from a Hedera message. Only users with the Standard Registry role are allowed to make the request.
Parsed archive components. Same structure as POST /tools/import/message/preview; the example matches that response shape (document / context empty in schemas).
Schema entities parsed from schemas/* in the archive (full Schema objects with document, context, …)
Tag entities parsed from tags/* in the archive
Present only for POST /tools/import/message/preview — same as request messageId. Omitted for file-based preview.
Present only for message-based preview — topic id from the Hedera tool message. Omitted for file-based preview.
Unauthorized request.
Forbidden
Internal server error.
POST /api/v1/tools/import/file/preview HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: binary/octet-stream
Accept: */*
Content-Length: 8
"binary"{
"tool": {
"name": "Tool 33",
"description": "",
"creator": "did:hedera:testnet:5h54ixs4SfsNJwPxtpdMcd2M1V4ddK8aRYCh44nnWxfv_0.0.4674597",
"owner": "did:hedera:testnet:5h54ixs4SfsNJwPxtpdMcd2M1V4ddK8aRYCh44nnWxfv_0.0.4674597",
"codeVersion": "1.5.1",
"tagsTopicId": "0.0.4865958",
"tools": [],
"config": {
"id": "ee7c7a73-96b0-464e-9ad9-13198b0fadf5",
"blockType": "tool",
"permissions": [],
"tag": "Tool",
"children": [
{
"id": "b7984eab-893a-497f-ba73-3e6d4c0b7ce0",
"blockType": "extractDataBlock",
"defaultActive": false,
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"action": "get",
"schema": "#073bdaf5-68d1-4bfd-9290-2c4f40a98034&1.0.0",
"tag": "get_tool_33",
"children": [],
"events": [],
"artifacts": []
},
{
"id": "52974f49-497d-403b-9616-829da32590fe",
"blockType": "customLogicBlock",
"defaultActive": false,
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"uiMetaData": {},
"expression": "function calc_tool_16(document) {\n document.C14 = document.tool_01?.field2?.field1 === 'Yes' ? 'Yes' : 'No';\n // ... [calculation logic continues, hundreds of lines] ...\n return document;\n}\ncalc();",
"documentSigner": "",
"idType": "UUID",
"outputSchema": "#073bdaf5-68d1-4bfd-9290-2c4f40a98034&1.0.0",
"unsigned": true,
"tag": "calc_tool_33",
"children": [],
"events": [],
"artifacts": []
},
{
"id": "16f57f36-48db-4989-adb1-ddb276fc23f1",
"blockType": "extractDataBlock",
"defaultActive": false,
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"action": "set",
"schema": "#073bdaf5-68d1-4bfd-9290-2c4f40a98034&1.0.0",
"tag": "set_tool_33",
"children": [],
"events": [
{
"target": "Tool",
"source": "set_tool_33",
"input": "output_tool_33",
"output": "RunEvent",
"actor": "",
"disabled": false
}
],
"artifacts": []
}
],
"events": [
{
"target": "get_tool_33",
"source": "Tool",
"input": "RunEvent",
"output": "input_tool_33",
"actor": "",
"disabled": false
}
],
"artifacts": [],
"variables": [
{
"name": "Role",
"description": "",
"type": "Role"
}
],
"inputEvents": [
{
"name": "input_tool_33",
"description": ""
}
],
"outputEvents": [
{
"name": "output_tool_33",
"description": ""
}
],
"innerEvents": [
{
"target": "get_tool_33",
"source": "Tool",
"input": "RunEvent",
"output": "input_tool_33",
"actor": "",
"disabled": false
}
]
}
},
"tags": [],
"schemas": [
{
"id": "66e9b98854cf4ebe299cb399",
"createDate": "2024-09-17T17:17:00.224Z",
"updateDate": "2024-09-17T17:18:28.695Z",
"uuid": "073bdaf5-68d1-4bfd-9290-2c4f40a98034",
"hash": "",
"name": "Tool 33",
"description": "",
"entity": "VC",
"documentFileId": "66e9b9e454cf4ebe299cb3c9",
"contextFileId": "66e9b9e454cf4ebe299cb3cb",
"version": "1.0.0",
"sourceVersion": "",
"creator": "did:hedera:testnet:5h54ixs4SfsNJwPxtpdMcd2M1V4ddK8aRYCh44nnWxfv_0.0.4674597",
"owner": "did:hedera:testnet:5h54ixs4SfsNJwPxtpdMcd2M1V4ddK8aRYCh44nnWxfv_0.0.4674597",
"topicId": "0.0.4865949",
"messageId": "1726593505.353812000",
"documentURL": "ipfs://bafkreiflnxkizsxsmtyiraojvykwj7s4y3i3twsytelw6egboutawr7xta",
"contextURL": "ipfs://bafkreic4mekxeq3p5es7bacfdswkae3rxlmka5hirtlnxmr63ukdn7l6ki",
"iri": "#073bdaf5-68d1-4bfd-9290-2c4f40a98034&1.0.0",
"system": false,
"active": false,
"category": "TOOL",
"codeVersion": "1.1.0",
"defs": [
"#64d676db-cd55-41f7-87ed-71d8e7a582dc&1.0.0"
],
"errors": [],
"document": {},
"context": {}
},
{
"id": "66e9b98c54cf4ebe299cb3a2",
"createDate": "2024-09-17T17:17:03.328Z",
"updateDate": "2024-09-17T17:18:21.063Z",
"uuid": "64d676db-cd55-41f7-87ed-71d8e7a582dc",
"hash": "",
"name": "Tool 33. Carbon dioxide emission factor for diesel generating system used for offgrid power generation purposes | Carbon dioxide emission factor for kerosene used for lighting applications",
"description": "",
"entity": "VC",
"documentFileId": "66e9b9dd54cf4ebe299cb3bb",
"contextFileId": "66e9b9dd54cf4ebe299cb3bd",
"version": "1.0.0",
"sourceVersion": "",
"creator": "did:hedera:testnet:5h54ixs4SfsNJwPxtpdMcd2M1V4ddK8aRYCh44nnWxfv_0.0.4674597",
"owner": "did:hedera:testnet:5h54ixs4SfsNJwPxtpdMcd2M1V4ddK8aRYCh44nnWxfv_0.0.4674597",
"topicId": "0.0.4865949",
"messageId": "1726593498.351403305",
"documentURL": "ipfs://bafkreifkfy6ft5bpoudp2oruy5zfwicfycrikcx473vgm7tm7kau6x4raq",
"contextURL": "ipfs://bafkreifxxqtc4nku6x5y7bu2przweee2flnbhskij35igfhc2xnb5fwutq",
"iri": "#64d676db-cd55-41f7-87ed-71d8e7a582dc&1.0.0",
"system": false,
"active": false,
"category": "TOOL",
"codeVersion": "1.1.0",
"defs": [],
"errors": [],
"document": {},
"context": {}
}
],
"tools": []
}Imports new tool and all associated artifacts, such as schemas and VCs, from the provided *.tool file (ZIP format) into the local DB. Only users with the Standard Registry role are allowed to make the request.
Successful operation.
69aeb71ef8c5b278e3bab4e59db028d2-03ad-4d49-a178-cf4b67f8c147Tool nameDescriptionDRAFTPossible values: did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.82005990.0.6046379Message ID (for PUBLISHED tools only; omitted or null for DRAFT)
1773670900.8192645171.0.02026-03-03T17:25:53.312ZLast update date
2026-03-03T17:25:53.312ZConfig file ID (internal)
Tags topic ID (for PUBLISHED tools only)
File id of the original tool zip (imported from IPFS or publish flow). Present for PUBLISHED tools.
Hash (for PUBLISHED tools only)
Referenced sub-tools: { name, version?, topicId, messageId }
Published tool version (e.g. 1.0.0); null or omitted when not published
1.0.0Unauthorized request.
Forbidden
Internal server error.
POST /api/v1/tools/import/file HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: binary/octet-stream
Accept: */*
Content-Length: 8
"binary"{
"createDate": "2026-03-24T13:53:21.329Z",
"updateDate": "2026-03-24T13:53:21.329Z",
"uuid": "6ae44173-e280-406b-bb64-5588bc539be3",
"name": "Tool 33_1774360401319",
"description": "",
"configFileId": "69c297517a442bf5c32d617f",
"status": "DRAFT",
"creator": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8299835",
"owner": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8299835",
"topicId": "0.0.8359424",
"codeVersion": "1.5.1",
"tools": [],
"id": "69c297517a442bf5c32d617e",
"config": {
"id": "ee7c7a73-96b0-464e-9ad9-13198b0fadf5",
"blockType": "tool",
"permissions": [],
"tag": "Tool",
"children": [
{
"id": "b7984eab-893a-497f-ba73-3e6d4c0b7ce0",
"blockType": "extractDataBlock",
"defaultActive": false,
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"action": "get",
"schema": "#02527932-b2ba-4f0d-be2a-563a8ab21889",
"tag": "get_tool_33",
"children": [],
"events": [],
"artifacts": []
},
{
"id": "52974f49-497d-403b-9616-829da32590fe",
"blockType": "customLogicBlock",
"defaultActive": false,
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"uiMetaData": {},
"expression": "function calc_tool_16(document) {\n document.C14 = document.tool_01?.field2?.field1 === 'Yes' ? 'Yes' : 'No';\n // ... [calculation logic continues, hundreds of lines] ...\n return document;\n}\ncalc();",
"documentSigner": "",
"idType": "UUID",
"outputSchema": "#02527932-b2ba-4f0d-be2a-563a8ab21889",
"unsigned": true,
"tag": "calc_tool_33",
"children": [],
"events": [],
"artifacts": []
},
{
"id": "16f57f36-48db-4989-adb1-ddb276fc23f1",
"blockType": "extractDataBlock",
"defaultActive": false,
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"action": "set",
"schema": "#02527932-b2ba-4f0d-be2a-563a8ab21889",
"tag": "set_tool_33",
"children": [],
"events": [
{
"target": "Tool",
"source": "set_tool_33",
"input": "output_tool_33",
"output": "RunEvent",
"actor": "",
"disabled": false
}
],
"artifacts": []
}
],
"events": [
{
"target": "get_tool_33",
"source": "Tool",
"input": "RunEvent",
"output": "input_tool_33",
"actor": "",
"disabled": false
}
],
"artifacts": [],
"variables": [
{
"name": "Role",
"description": "",
"type": "Role"
}
],
"inputEvents": [
{
"name": "input_tool_33",
"description": ""
}
],
"outputEvents": [
{
"name": "output_tool_33",
"description": ""
}
],
"innerEvents": [
{
"target": "get_tool_33",
"source": "Tool",
"input": "RunEvent",
"output": "input_tool_33",
"actor": "",
"disabled": false
}
]
}
}Imports new tool and all associated artifacts, such as schemas and VCs, from the provided *.tool file (ZIP format) into the local DB. Only users with the Standard Registry role are allowed to make the request.
Tool archive (*.tool, ZIP format).
Optional JSON file (for example metadata.json) with content like { "tools": { "1706867530.884259218": "1774367941.594676930" } }.
Successful operation.
69aeb71ef8c5b278e3bab4e59db028d2-03ad-4d49-a178-cf4b67f8c147Tool nameDescriptionDRAFTPossible values: did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.82005990.0.6046379Message ID (for PUBLISHED tools only; omitted or null for DRAFT)
1773670900.8192645171.0.02026-03-03T17:25:53.312ZLast update date
2026-03-03T17:25:53.312ZConfig file ID (internal)
Tags topic ID (for PUBLISHED tools only)
File id of the original tool zip (imported from IPFS or publish flow). Present for PUBLISHED tools.
Hash (for PUBLISHED tools only)
Referenced sub-tools: { name, version?, topicId, messageId }
Published tool version (e.g. 1.0.0); null or omitted when not published
1.0.0Unauthorized request.
Forbidden
Internal server error.
POST /api/v1/tools/import/file-metadata HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: multipart/form-data
Accept: */*
Content-Length: 37
{
"file": "binary",
"metadata": "binary"
}{
"createDate": "2026-03-24T17:11:34.719Z",
"updateDate": "2026-03-24T17:11:34.719Z",
"uuid": "1c04677c-0c6f-4abf-a10b-5f1a34a4efb1",
"name": "Tool 05",
"description": "",
"configFileId": "69c2c5c693723d9b1b38c359",
"status": "DRAFT",
"creator": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8360865",
"owner": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8360865",
"topicId": "0.0.8360888",
"codeVersion": "1.5.1",
"tools": [],
"id": "69c2c5c693723d9b1b38c358",
"config": {
"id": "8f3c6675-16ee-4680-ab1f-58c0f619ab82",
"blockType": "tool",
"permissions": [],
"tag": "Tool",
"children": [
{
"id": "816f0414-286d-4d2d-ade1-6ce7768fa171",
"blockType": "tool",
"defaultActive": true,
"hash": "FYwXXAw2pumRVekHJbVpVrtqUGPvNGjMnNsrcZ6gagiS",
"messageId": "1706867530.884259218",
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"Role": "Role",
"tag": "tool_07",
"children": [],
"events": [
{
"target": "get_tool_05",
"source": "tool_07",
"input": "RunEvent",
"output": "output_tool_07",
"actor": "",
"disabled": false
}
],
"artifacts": [],
"variables": [
{
"name": "Role",
"description": "",
"type": "Role"
}
],
"inputEvents": [
{
"name": "input_tool_07",
"description": ""
}
],
"outputEvents": [
{
"name": "output_tool_07",
"description": ""
}
],
"innerEvents": []
},
{
"id": "5119c09c-804c-4eea-9b26-7a9eb90a8394",
"blockType": "extractDataBlock",
"defaultActive": false,
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"action": "get",
"schema": "#433e11e5-918d-43c1-ad05-063c9ac12d67",
"tag": "get_tool_05",
"children": [],
"events": [],
"artifacts": []
},
{
"id": "88cc53c2-83db-4d21-93a8-0e0cdc25ce3b",
"blockType": "customLogicBlock",
"defaultActive": false,
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"uiMetaData": {},
"expression": "function calc_tool_16(document) {\n document.C14 = document.tool_01?.field2?.field1 === 'Yes' ? 'Yes' : 'No';\n // ... [calculation logic continues, hundreds of lines] ...\n return document;\n}\ncalc();",
"documentSigner": "",
"idType": "UUID",
"outputSchema": "#433e11e5-918d-43c1-ad05-063c9ac12d67",
"unsigned": true,
"tag": "calc_tool_05",
"children": [],
"events": [],
"artifacts": []
},
{
"id": "61fa5298-d71f-41e3-8d6c-df0c94052edf",
"blockType": "extractDataBlock",
"defaultActive": false,
"permissions": [
"Role"
],
"onErrorAction": "no-action",
"action": "set",
"schema": "#433e11e5-918d-43c1-ad05-063c9ac12d67",
"tag": "set_tool_05",
"children": [],
"events": [
{
"target": "Tool",
"source": "set_tool_05",
"input": "output_tool_05",
"output": "RunEvent",
"actor": "",
"disabled": false
}
],
"artifacts": []
}
],
"events": [
{
"target": "tool_07",
"source": "Tool",
"input": "input_tool_07",
"output": "input_tool_05",
"actor": "",
"disabled": false
}
],
"artifacts": [],
"variables": [
{
"name": "Role",
"description": "",
"type": "Role"
}
],
"inputEvents": [
{
"name": "input_tool_05",
"description": ""
}
],
"outputEvents": [
{
"name": "output_tool_05",
"description": ""
}
],
"innerEvents": [
{
"target": "tool_07",
"source": "Tool",
"input": "input_tool_07",
"output": "input_tool_05",
"actor": "",
"disabled": false
}
]
}
}Imports new tool and all associated artifacts, such as schemas and VCs, from the provided *.tool file (ZIP format) into the local DB. Only users with the Standard Registry role are allowed to make the request.
Successful operation.
Task Id
4c4bb402-197a-4682-a5eb-ff52e7542f28Expected count of task phases
9Task action
Import tool fileUser Id
69bcfd90c98df6ceb05e8a78Unauthorized request.
Forbidden
Internal server error.
POST /api/v1/tools/push/import/file HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: binary/octet-stream
Accept: */*
Content-Length: 8
"binary"{
"taskId": "4c4bb402-197a-4682-a5eb-ff52e7542f28",
"expectation": 9,
"action": "Import tool file",
"userId": "69bcfd90c98df6ceb05e8a78"
}Imports new tool and all associated artifacts, such as schemas and VCs, from the provided *.tool file (ZIP format) into the local DB. Only users with the Standard Registry role are allowed to make the request.
Tool archive (*.tool, ZIP format).
Optional JSON file (for example metadata.json) with content like { "tools": { "1706867530.884259218": "1774367941.594676930" } }.
Successful operation.
Task Id
e2869118-935c-4f13-bbed-e7868b058606Expected count of task phases
9Task action
Import tool fileUser Id
69b806bbd51470fcd6ea9ba3Unauthorized request.
Forbidden
Internal server error.
POST /api/v1/tools/push/import/file-metadata HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: multipart/form-data
Accept: */*
Content-Length: 37
{
"file": "binary",
"metadata": "binary"
}{
"taskId": "e2869118-935c-4f13-bbed-e7868b058606",
"expectation": 9,
"action": "Import tool file",
"userId": "69b806bbd51470fcd6ea9ba3"
}Imports new tool and all associated artifacts from IPFS into the local DB. Only users with the Standard Registry role are allowed to make the request.
Hedera topic message id
Successful operation.
Task Id
4c4bb402-197a-4682-a5eb-ff52e7542f28Expected count of task phases
11Task action
Import tool messageUser Id
69bcfd90c98df6ceb05e8a78Unauthorized request.
Forbidden
Unprocessable entity.
Internal server error.
POST /api/v1/tools/push/import/message HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 36
{
"messageId": "1726593517.484578000"
}{
"taskId": "4c4bb402-197a-4682-a5eb-ff52e7542f28",
"expectation": 11,
"action": "Import tool message",
"userId": "69bcfd90c98df6ceb05e8a78"
}Returns tools menu. Only users with the Standard Registry role are allowed to make the request.
Tools menu.
69aeb71ef8c5b278e3bab4e5GcDE9NsPJc7oCZvSVJySCZHxTxvjc3ZAMgtKozP1r1EhTool 03did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.82005990.0.60463791773670900.819264517Unauthorized request.
Forbidden
Internal server error.
GET /api/v1/tools/menu/all HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"hash": "81PmVismGTVZGSStCGGcAuAqXi3V6JJzu8MKoHT7djQz",
"name": "Tool 07_modified",
"description": "",
"owner": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8299835",
"topicId": "0.0.8360425",
"messageId": "1774367941.594676930",
"tools": [],
"config": {
"inputEvents": [
{
"name": "input_tool_07",
"description": ""
}
],
"outputEvents": [
{
"name": "output_tool_07",
"description": ""
}
],
"variables": [
{
"name": "Role",
"description": "",
"type": "Role"
}
]
},
"schemas": [
{
"id": "69c2b4947a442bf5c32d6c8c",
"name": "Tool 07",
"description": "",
"topicId": "0.0.8360425",
"iri": "#31f4f114-95e6-4d3a-b0c0-8888b2ea11f7&1.0.0",
"category": "POLICY"
},
{
"id": "69c2b4947a442bf5c32d6c91",
"name": "Build Margin",
"description": "",
"topicId": "0.0.8360425",
"iri": "#012635cb-a876-4041-b8fe-2b5297cc86c6&1.0.0",
"category": "POLICY"
},
{
"id": "69c2b4947a442bf5c32d6c96",
"name": "Fuel Type",
"description": "",
"topicId": "0.0.8360425",
"iri": "#e6f79971-c19a-4317-be13-e39410f72773&1.0.0",
"category": "POLICY"
},
{
"id": "69c2b4947a442bf5c32d6c9b",
"name": "Average OM (Option A1)",
"description": "",
"topicId": "0.0.8360425",
"iri": "#dfdd825f-7c91-45c2-9a43-12d21da69022&1.0.0",
"category": "POLICY"
},
{
"id": "69c2b4947a442bf5c32d6ca0",
"name": "Average OM (Option A2)",
"description": "",
"topicId": "0.0.8360425",
"iri": "#3758fbe8-b3c2-4dac-aefd-57ddfe02e718&1.0.0",
"category": "POLICY"
},
{
"id": "69c2b4947a442bf5c32d6ca5",
"name": "Average OM (Option A3)",
"description": "",
"topicId": "0.0.8360425",
"iri": "#14dae990-fa84-4b98-8e11-f62c0a1a8a24&1.0.0",
"category": "POLICY"
},
{
"id": "69c2b4947a442bf5c32d6caa",
"name": "(Average OM, Simple Adj OM) Power units serving the grid in specified year",
"description": "",
"topicId": "0.0.8360425",
"iri": "#c6e1b179-7c88-4260-9afa-1d3b4be46a3d&1.0.0",
"category": "POLICY"
},
{
"id": "69c2b4947a442bf5c32d6caf",
"name": "Calculation based on average efficiency and electricity generation of each plant",
"description": "",
"topicId": "0.0.8360425",
"iri": "#41f1e5ad-8398-47ed-826e-118a8b6d4b47&1.0.0",
"category": "POLICY"
},
{
"id": "69c2b4947a442bf5c32d6cb4",
"name": "Calculation based on total fuel consumption and electricity generation of the system",
"description": "",
"topicId": "0.0.8360425",
"iri": "#c47928b5-4cef-405f-85a6-461b5d899bdb&1.0.0",
"category": "POLICY"
},
{
"id": "69c2b4947a442bf5c32d6cb9",
"name": "Average OM, Simple OM",
"description": "",
"topicId": "0.0.8360425",
"iri": "#267aabfe-573c-4027-b93f-f627428d2d5e&1.0.0",
"category": "POLICY"
},
{
"id": "69c2b4947a442bf5c32d6cbe",
"name": "Dispatch Data OM",
"description": "",
"topicId": "0.0.8360425",
"iri": "#ec4d478c-5b67-4f96-9467-af8aaba9e382&1.0.0",
"category": "POLICY"
},
{
"id": "69c2b4947a442bf5c32d6cc3",
"name": "Lambda Approach 2",
"description": "",
"topicId": "0.0.8360425",
"iri": "#7cb46d6d-86e2-4c3c-b7a2-98ad30e0b031&1.0.0",
"category": "POLICY"
},
{
"id": "69c2b4947a442bf5c32d6cc8",
"name": "Lambda Approach 1",
"description": "",
"topicId": "0.0.8360425",
"iri": "#63fa3154-e12d-4809-ab4e-d5f4e4a42b47&1.0.0",
"category": "POLICY"
},
{
"id": "69c2b4947a442bf5c32d6ccd",
"name": "Simple Adj OM",
"description": "",
"topicId": "0.0.8360425",
"iri": "#76ee38e8-cfcb-4d87-b5aa-69e3f83ef661&1.0.0",
"category": "POLICY"
},
{
"id": "69c2b4947a442bf5c32d6cd2",
"name": "Do you have annual aggregated data from the grid on power generation, fuel type and fuel consumption?",
"description": "",
"topicId": "0.0.8360425",
"iri": "#6039ed67-a1ff-49dd-af60-ae9f89898128&1.0.0",
"category": "POLICY"
},
{
"id": "69c2b4947a442bf5c32d6cd7",
"name": "Is the LASL more than one third of the HASL?",
"description": "",
"topicId": "0.0.8360425",
"iri": "#63f27fe2-b840-40a7-b9c9-7405497aed7f&1.0.0",
"category": "POLICY"
},
{
"id": "69c2b4957a442bf5c32d6cdc",
"name": "Are hourly loads of the grid in MW available?",
"description": "",
"topicId": "0.0.8360425",
"iri": "#d59ab516-2731-44f0-a7bd-7a0c8678acc3&1.0.0",
"category": "POLICY"
},
{
"id": "69c2b4957a442bf5c32d6ce1",
"name": "Is the average load by LCMR less than the average LASL over three years?",
"description": "",
"topicId": "0.0.8360425",
"iri": "#8f354fab-04f8-470a-8872-d19645a22120&1.0.0",
"category": "POLICY"
},
{
"id": "69c2b4957a442bf5c32d6ce6",
"name": "Is LCMR share less than 50% in recent 5 years?",
"description": "",
"topicId": "0.0.8360425",
"iri": "#c8c2f95b-e95c-4375-8c84-7dcbca057ccc&1.0.0",
"category": "POLICY"
},
{
"id": "69c2b4957a442bf5c32d6ceb",
"name": "Combined Margin",
"description": "",
"topicId": "0.0.8360425",
"iri": "#99e9128b-daab-4c58-ab10-bc025ee5de5a&1.0.0",
"category": "POLICY"
},
{
"id": "69c2b4957a442bf5c32d6cf0",
"name": "Weighted average CM",
"description": "",
"topicId": "0.0.8360425",
"iri": "#36c4dde5-2940-4d44-9203-0f8b64a7abc9&1.0.0",
"category": "POLICY"
},
{
"id": "69c2b4957a442bf5c32d6cf5",
"name": "Simplified CM",
"description": "",
"topicId": "0.0.8360425",
"iri": "#3e3e976d-bfb7-42d7-b4e7-bf77cbfebe02&1.0.0",
"category": "POLICY"
},
{
"id": "69c2b4957a442bf5c32d6cfa",
"name": "Simplified CM for Isolated Grid System",
"description": "",
"topicId": "0.0.8360425",
"iri": "#18b5b956-0e33-40e9-b7d6-f91c0b3b96da&1.0.0",
"category": "POLICY"
},
{
"id": "69c2b4957a442bf5c32d6cff",
"name": "For multiple power plants, choose the option that best fits your project",
"description": "",
"topicId": "0.0.8360425",
"iri": "#4e9cf1f2-0de5-4f1a-b670-7902cb6d0fe0&1.0.0",
"category": "POLICY"
},
{
"id": "69c2b4957a442bf5c32d6d04",
"name": "Power Unit",
"description": "",
"topicId": "0.0.8360425",
"iri": "#29b50d9d-5bae-424c-b5ea-628e9da9b2a7&1.0.0",
"category": "POLICY"
},
{
"id": "69c2b4957a442bf5c32d6d09",
"name": "Combined Margin. Is grid located in LDC/SIDs/URC or an isolated system.",
"description": "",
"topicId": "0.0.8360425",
"iri": "#26f3d4d2-f2a4-45c9-9706-9be055ddafc3&1.0.0",
"category": "POLICY"
}
],
"id": "69c2d0af34d008dac2664405"
},
{
"hash": "HPD7E8x2xyqDAXeMaRc9uAG4nMArdxuYSFYVKg9W18x8",
"name": "Tool 05",
"description": "",
"owner": "did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8361161",
"topicId": "0.0.8361167",
"messageId": "1774375293.192012846",
"tools": [
{
"name": "Tool 07_modified",
"version": "7",
"topicId": "0.0.8360425",
"messageId": "1774367941.594676930"
}
],
"config": {
"inputEvents": [
{
"name": "input_tool_05",
"description": ""
}
],
"outputEvents": [
{
"name": "output_tool_05",
"description": ""
}
],
"variables": [
{
"name": "Role",
"description": "",
"type": "Role"
}
]
},
"schemas": [
{
"id": "69c2d0b134d008dac266448c",
"name": "Tool 05",
"description": "",
"topicId": "0.0.8361167",
"iri": "#b2c91711-693c-4fd8-aed8-68ff83c0ded6&1.0.0",
"category": "POLICY"
},
{
"id": "69c2d0b134d008dac2664491",
"name": "Tool 05 Scenario C",
"description": "",
"topicId": "0.0.8361167",
"iri": "#86d9d01e-979b-4a38-b860-857d1f26cf9b&1.0.0",
"category": "POLICY"
},
{
"id": "69c2d0b134d008dac2664496",
"name": "Tool 05 Scenario B | Generic Approach",
"description": "",
"topicId": "0.0.8361167",
"iri": "#ab7d5541-fdca-4375-bb40-582f0168b745&1.0.0",
"category": "POLICY"
},
{
"id": "69c2d0b134d008dac266449b",
"name": "Tool 05 Power Plants",
"description": "",
"topicId": "0.0.8361167",
"iri": "#9d4ea98d-981d-4dbf-857f-90f480e2497f&1.0.0",
"category": "POLICY"
},
{
"id": "69c2d0b134d008dac26644a0",
"name": "Tool 05 Scenario A",
"description": "",
"topicId": "0.0.8361167",
"iri": "#1371798f-a1c2-41d7-b660-13383741f8de&1.0.0",
"category": "POLICY"
},
{
"id": "69c2d0b134d008dac26644a5",
"name": "Tool 05 Scenario A | Default Value",
"description": "",
"topicId": "0.0.8361167",
"iri": "#0fcf8e8a-4f24-4c46-948c-76f57e5c548a&1.0.0",
"category": "POLICY"
},
{
"id": "69c2d0b134d008dac26644aa",
"name": "Tool 05 Scenario B",
"description": "",
"topicId": "0.0.8361167",
"iri": "#2a7c2925-6956-4cf6-b3fb-66593bdc496b&1.0.0",
"category": "POLICY"
},
{
"id": "69c2d0b134d008dac26644af",
"name": "Generic Approach",
"description": "",
"topicId": "0.0.8361167",
"iri": "#88920b11-f2c3-45d4-b762-a487076aeb35&1.0.0",
"category": "POLICY"
}
],
"id": "69c2d0b134d008dac26644b4"
}
]Checks the availability of the tool. Only users with the Standard Registry role are allowed to make the request.
Tool message ID
1709106946.913157840Availability of the tool.
Unauthorized request.
Forbidden
Internal server error.
GET /api/v1/tools/check/{messageId} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
trueLast updated
Was this helpful?