Returns Tools
Returns tools
Query parameters
pageIndexnumberOptionalExample: 
Page index
0pageSizenumber · max: 100OptionalExample: 
Page size
10orderFieldstringOptionalExample: 
Order field
consensusTimestamporderDirstringOptionalExample: 
Order direction
{"value":"ASC","description":"Ascending ordering"}keywordsstringOptionalExample: 
Keywords to search
{"description":"Search tools, which are related to specific topic identifier","value":"[\"0.0.1960\"]"}options.ownerstringOptionalExample: 
Tool owner
did:hedera:testnet:8Go53QCUXZ4nzSQMyoWovWCxseogGTMLDiHg14Fkz4VN_0.0.4481265topicIdstringOptionalExample: 
Topic identifier
0.0.1960Responses
200
Tools
application/json
Responseall of
and
500
Internal server error
application/json
get
/entities/toolsGET /api/v1/entities/tools HTTP/1.1
Host: 
Accept: */*
{
  "pageIndex": "0",
  "pageSize": "10",
  "total": "100",
  "order": {},
  "items": [
    {
      "id": "667c240639282050117a1985",
      "topicId": "0.0.4481265",
      "consensusTimestamp": "1706823227.586179534",
      "owner": "0.0.1",
      "uuid": "93938a10-d032-4a9b-9425-092e58bffbf7",
      "status": "NEW",
      "statusReason": "Revoked",
      "lang": "en-US",
      "responseType": "str",
      "statusMessage": "text",
      "files": [
        "QmYtKEVfpbDwn7XLHjnjap224ESi3vLiYpkbWoabnxs6cX"
      ],
      "topics": [
        "0.0.4481265"
      ],
      "tokens": [
        "0.0.4481265"
      ],
      "type": "Tool",
      "action": "publish-tool",
      "options": {
        "uuid": "93938a10-d032-4a9b-9425-092e58bffbf7",
        "name": "Tool 16",
        "description": "Tool 16",
        "owner": "did:hedera:testnet:8Go53QCUXZ4nzSQMyoWovWCxseogGTMLDiHg14Fkz4VN_0.0.4481265",
        "hash": "71ZWDSX2cUPsye4AuMUqXUhgk1XBDnpi4Ky1mtjYqYom",
        "toolTopicId": "0.0.4481265",
        "tagsTopicId": "0.0.4481265"
      },
      "analytics": {
        "textSearch": "text"
      }
    }
  ]
}Last updated