---
title: "Get Agent Connections"
method: GET
path: "/agents/connections"
tags: ["Agents"]
---

# Get Agent Connections

`GET /agents/connections`

Get the tenant's saved agent connections.

Returns the bulk shape (LLM / MCP / HTTP connection arrays). Secrets
are masked (``sk-a****xyzw`` partial mask for apiKey/clientSecret;
``********`` for bearerToken/headerValue and every value inside a
``headers`` dict), so ``read:agents`` is the correct gate - a team
member with read-only access can see which connections exist to
reason about agent configuration without being able to mutate them.
The unmasked plaintext is only reachable via the internal
``_load_agent_connections_decrypted`` helper used at deploy time -
never via an HTTP endpoint.

## Response `200`

Successful Response

- object

---

[API](https://skmtc.net/streamkap/apis/streamkap-rest-api.md) · [All operations](https://skmtc.net/streamkap/apis/streamkap-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/streamkap/streamkap-rest-api/revisions/e9ce8221bac6/schema)
