Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/api/tools
Lister tous les outils d’un espace de travail
curl "https://app.orova.ai/api/tools?workspaceId=WORKSPACE_ID" \ -H "x-api-key: YOUR_API_KEY"
workspaceId
{ "data": [ { "_id": "tool_abc123", "name": "Check Order Status", "type": "http", "description": "Use when the caller asks about their order status", "workspaceId": "WORKSPACE_ID", "createdAt": "2025-01-01T00:00:00.000Z" }, { "_id": "tool_def456", "name": "HubSpot", "type": "integration", "templateId": "hubspot", "description": "CRM tools for HubSpot", "workspaceId": "WORKSPACE_ID", "createdAt": "2025-01-01T00:00:00.000Z" } ] }
Cette page vous a-t-elle été utile ?