---
title: "Get connection by ID"
method: GET
path: "/connections/{connectionId}"
tags: ["connections"]
---

# Get connection by ID

`GET /connections/{connectionId}`

Retrieve a specific connection by its ID

## Path parameters

- `connectionId` string, uuid, required

## Response `200`

Connection found

- Connection
  - `id` string, uuid
  - `tenantId` string, uuid
  - `tenantName` string — The name of the tenant (company)
  - `type` 'company' — The type of connection (e.g., company)

## Other responses

- `404` — Connection not found

---

[API](https://skmtc.net/bokio/apis/company-api.md) · [All operations](https://skmtc.net/bokio/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bokio/company-api/revisions/1bb5d09ce15e/schema)
