Tools

List tools

Get all configured tool actions (functions) in the active workspace.

GET
/tools

Get all configured tool actions (functions) in the active workspace.

Authorization

ApiKeyAuth
X-API-Key<token>

Voice platform authentication secret. Create one from the API Keys endpoint or your dashboard.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/tools"
{  "data": [    {      "id": "tool_19ja0s",      "name": "book_appointment",      "description": "Books an appointment slot in the CRM.",      "httpEndpoint": "https://hooks.acme.com/book",      "method": "POST",      "isActive": true    }  ]}
{  "statusCode": 401,  "message": "Unauthorized",  "error": "Unauthorized"}