Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Response
Successful Response
The response is of type any[].
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
The response is of type any[].