curl --request GET \
--url https://{api_endpoint}/api/v1/orchestrate/agents/{agent_id}/tools/connections \
--header 'Authorization: Bearer <token>'[
"<unknown>"
]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.
curl --request GET \
--url https://{api_endpoint}/api/v1/orchestrate/agents/{agent_id}/tools/connections \
--header 'Authorization: Bearer <token>'[
"<unknown>"
]