cURL
curl --request GET \ --url https://api.ravan.ai/api/v1/tools/{id}/ \ --header 'X-Api-Key: <api-key>'
{ "success": true, "message": "Request completed successfully", "data": { "id": "id_123", "organization_id": "organization_123", "name": "Support Bot", "description": "Example description", "type": "twilio", "definition": {}, "is_active": true } }
Get Agent Tool.
Show data
Tool ID
Successful response
Show child attributes