---
title: "Get List Of Connections From All Tools Associated With An Agent"
method: GET
path: "/v1/orchestrate/agents/{agent_id}/connections"
tags: ["Agents"]
---

# Get List Of Connections From All Tools Associated With An Agent

`GET /v1/orchestrate/agents/{agent_id}/connections`

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.

## Path parameters

- `agent_id` string, uuid, required

## Query parameters

- `parallel_execution` boolean

## Response `200`

Successful Response

- unknown[]
  - unknown

## Other responses

- `404` — Agent not found
- `422` — Validation Error
- `500` — Unexpected error occurred

---

[API](https://skmtc.net/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.net/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/revisions/82c114c37196/schema)
