---
title: "Get Connector Connection Details Endpoint"
method: GET
path: "/v1/connectors/{connector_id}/connection-details"
tags: ["v1-connectors"]
---

# Get Connector Connection Details Endpoint

`GET /v1/connectors/{connector_id}/connection-details`

Get decrypted connection details for a connector.

This endpoint is used by the Edit Connection Details modal to load
the current (decrypted) connection credentials for editing.

Returns only the connection_details dict with decrypted values.
Does NOT include schema_structure or other connector fields.

Security:
- Requires authentication (JWT or API key)
- RLS automatically enforces that user has access to this connector
- Connection details are decrypted from Azure Key Vault

## Path parameters

- `connector_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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