curl --request GET \
--url https://api.getcargo.io/v1/orchestration/tools/{uuid} \
--header 'Authorization: Bearer <token>'{
"tool": {
"uuid": "<string>",
"icon": {
"kind": "<string>",
"data": "<string>"
},
"workspaceUuid": "<string>",
"workflowUuid": "<string>",
"userUuid": "<string>",
"name": "<string>",
"folderUuid": "<string>",
"creditsCost": {
"kind": "<string>"
},
"description": "<string>",
"isReadOnly": true,
"createdAt": "<string>",
"updatedAt": "<string>",
"deletedAt": "<string>"
}
}Get a tool by UUID
curl --request GET \
--url https://api.getcargo.io/v1/orchestration/tools/{uuid} \
--header 'Authorization: Bearer <token>'{
"tool": {
"uuid": "<string>",
"icon": {
"kind": "<string>",
"data": "<string>"
},
"workspaceUuid": "<string>",
"workflowUuid": "<string>",
"userUuid": "<string>",
"name": "<string>",
"folderUuid": "<string>",
"creditsCost": {
"kind": "<string>"
},
"description": "<string>",
"isReadOnly": true,
"createdAt": "<string>",
"updatedAt": "<string>",
"deletedAt": "<string>"
}
}Was this page helpful?