Agents
Get List Of Connections From All Tools Associated With An Agent
The api will traverse through all tools, tool-flows and its dependencies of the given agent and its collaborators. By default the traversal works in a multithreaded parallel execution logic, if the ‘parallel_execution’ flag is set to false, it executes sequentially traversing through each tool.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Query Parameters
Response
200
application/json
Successful Response
The response is of type any[]
.