---
title: "Get ibc connection info"
method: GET
path: "/ibc/connection/{id}"
tags: ["ibc"]
---

# Get ibc connection info

`GET /ibc/connection/{id}`

Returns information about an IBC connection identified by its connection ID, including linked client ID and counterparty connection details.

## Path parameters

- `id` string, required

## Response `200`

OK

- ResponsesIbcConnection
  - `channels_count` integer
  - `client` ResponsesShortIbcClient
    - `chain_id` string, binary
    - `id` string, string
    - `type` string, string
  - `connected_at` string, date-time
  - `connected_height` integer
  - `connected_tx_hash` string, binary
  - `counterparty_client_id` string, string
  - `counterparty_connection_id` string, string
  - `created_at` string, date-time
  - `created_tx_hash` string, binary
  - `height` integer
  - `id` string, string

## Other responses

- `204` — No Content
- `400` — Bad Request
- `500` — Internal Server Error

## Changes

> 52 revisions in range; 28 could not be searched.

- **2024-10-13** `2ec1cffe67d5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/celenium-io/apis/celenium-api/changes/ibc/connection/:id/get.md)

---

[API](https://skmtc.dev/celenium-io/apis/celenium-api.md) · [All operations](https://skmtc.dev/celenium-io/apis/celenium-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/celenium-io/celenium-api/revisions/117307f84924/schema)
