GET
/
v2
/
get_all_tool_offerings
curl --request GET \
  --url http://127.0.0.1:9550/v2/get_all_tool_offerings
[
  {
    "meta_description": "<string>",
    "tool_key": "<string>",
    "usage_type": {
      "PerUse": "Free"
    }
  }
]

Retrieve a comprehensive list of all available tool offerings in the system.

Response

200
application/json
Successfully retrieved all tool offerings
tool_key
string
required
usage_type
object
required
meta_description
string | null