---
title: "Get connection (by id)"
method: GET
path: "/v3/connections/{connectionId}"
tags: ["Connections"]
---

# Get connection (by id)

`GET /v3/connections/{connectionId}`

Get connection details with id

## Path parameters

- `connectionId` string, required

## Response `200`

Connection details

- object
  - `createdAt` string, datetime, required
  - `documentLimit` number
  - `email` string
  - `expiresAt` string, datetime
  - `id` string, required
  - `metadata` object
  - `provider` string, required
  - `containerTags` string[]

## Other responses

- `401` — Unauthorized
- `404` — Connection not found
- `500` — Internal server error

## Changes

- **2026-02-09** `4b4ababc7fb5` — 1 info
  - response property `containerTags` deprecated
- **2026-01-28** `228aa031e151` — 1 info
  - api operation id `getV3Connections:connectionId` removed and replaced with `getV3ConnectionsByConnectionId`
- **2026-01-13** `c60ddacf028e` — 1 info
  - added the optional property `containerTags` to the response with the `200` status

[Change history](https://skmtc.dev/supermemoryai/apis/supermemory-api/changes/v3/connections/:connectionId/get.md)

---

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