---
title: "List an agent's connections"
method: GET
path: "/v1/fleet/agents/{agent_id}/connections"
tags: ["agents"]
---

# List an agent's connections

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

Lists the OAuth connections for an agent.

## Path parameters

- `agent_id` string, required

## Response `200`

OK

- AgentsListConnectionsResponse
  - `items` AgentsConnection[]
    - `agent_id` string
    - `auth_token_id` string
    - `created_at` string
    - `created_by` string
    - `expires_at` string
    - `id` string
    - `provider_account_label` string
    - `provider_id` string
    - `scopes` string[]

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `502` — Bad Gateway

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
