curl --location -g --request GET 'https:///api/v2/organizations//tools' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "string",
"data": {
"items": [
{
"id": 0,
"name": "string",
"description": "string",
"org": 0,
"tool_type": "rag",
"created_by": "string",
"is_enabled": true,
"is_default": true,
"connection": true,
"tool_classification": "string",
"category": "string",
"search_engine": "string",
"search_engine_url": "string",
"search_engine_key": "string",
"top_k": 0,
"include_domains": [
"string"
],
"headers": {},
"system_prompt": "",
"base_template": 0,
"n_attachments": 0,
"server_url": "string",
"transport": "string",
"enabled_actions": [
{
"property1": null,
"property2": null
}
]
}
],
"meta": {
"property1": null,
"property2": null
}
}
}