---
title: "List Connections"
method: GET
path: "/v2/auth/agents/{agent_id}/connections"
tags: ["Agent Connections (v2)"]
---

# List Connections

`GET /v2/auth/agents/{agent_id}/connections`

## Path parameters

- `agent_id` string, required — Agent ID

## Response `200`

Successful Response

- AgentConnectionListResponse
  - `data` AgentConnectionResponse[], required
    - `id` string, required
    - `agent_id` string, required
    - `oauth_token_id` string, required
    - `provider_id` string, required
    - `provider_account_label` string, nullable, required
    - `scopes` string[], required
    - `expires_at` string, date-time, nullable, required
    - `created_by` string, required
    - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langchain-ai/apis/langsmith-deployment-control-plane-api.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith-deployment-control-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith-deployment-control-plane-api/versions/a0cd098699b4/schema)
