---
title: "Get connection details"
method: GET
path: "/token/connections/{connectionId}"
tags: ["Vault Proxy Connections"]
---

# Get connection details

`GET /token/connections/{connectionId}`

Get connection details for the given connection ID.

## Path parameters

- `connectionId` string, uuid, required

## Response `200`

Details about connection.

- object
  - `name` string, required — Name of the connection.
  - `description` string — Description of the connection.
  - `connectionType` 'inbound' | 'outbound', required — Defines the category of the connection. Once a connection is created, this value is fixed and cannot be modified. You can find more information about types of connections [in guide](https://docs.payrails.com/docs/proxy-connections).
  - `id` string — Internal facing connection identifier.
  - `liveVersionId` string, nullable — Each connection has multiple versions (`connectionVersions`) that include configurations. At any given time, only one version can be live for a connection. This field specifically stores the version that is live for a particular connection. If `liveVersionId` is set to `null` it means connection is not live.
  - `workspaceId` string — ID of the workspace to which the connection belongs.
  - `updatedAt` string, date-time — Date and time when the connection was last updated.
  - `createdAt` string, date-time — Date and time when the connection was created.
  - `deletedAt` string, date-time, nullable — Date and time when the connection was deleted. Null if the connection is not deleted.

## Other responses

- `401` — Unauthorized.
- `403` — Insufficient Scope.
- `404` — Not Found.

---

[API](https://skmtc.net/payrails/apis/payrails-api-reference.md) · [All operations](https://skmtc.net/payrails/apis/payrails-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payrails/payrails-api-reference/versions/9dd2f0158582/schema)
