Retrieve a toolAsk AIget https://api.indigitall.com/v2/pathbot/{appId}/tools/{toolId}Returns the details of a tool by its unique tool ID.Path ParamsappIdint64requiredThe id of the application to retrieve tools from.toolIdint64requiredThe id of the tool to retrieve.Responses 200Retrieve a tool 400The request could not be understood or was missing required parameters. 401Authentication failed or user does not have permissions for the desired action. 403The server understood the request, but refuses to authorize it. 404The requested resource could not be found. 500The server encountered an unexpected condition that prevented it from fulfilling the request. defaultAn unexpected error occurred.Updated 15 days ago