---
title: "Get Connection"
method: GET
path: "/v2/connection/{id}"
---

# Get Connection

`GET /v2/connection/{id}`

Get details of a specific connection, including credentials

## Path parameters

- `id` string, required — The id of the connection, starts with `conn_`

## Query parameters

- `include_secrets` boolean
- `refresh_policy` 'none' | 'force' | 'auto' — Controls credential refresh: none (never), force (always), or auto (when expired, default)
- `expand` string[]

## Response `200`

Successful response

- unknown

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/openintegrations/apis/openint-api.md) · [All operations](https://skmtc.net/openintegrations/apis/openint-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openintegrations/openint-api/versions/1b84cd7f5c05/schema)
