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

# Get connection (by provider)

`POST /v3/connections/{provider}/connection`

Get connection details with provider and container tags

## Path parameters

- `provider` 'notion' | 'google-drive' | 'onedrive' | 'gmail' | 'github' | 'web-crawler' | 's3', required

## Request body

- object
  - `containerTags` string[], required — Comma-separated list of container tags to filter connection by

## 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-01-28** `228aa031e151` — 1 info
  - api operation id `postV3Connections:providerConnection` removed and replaced with `postV3ConnectionsByProviderConnection`
- **2026-01-13** `c60ddacf028e` — 1 info
  - added the optional property `containerTags` to the response with the `200` status
- **2026-01-09** `5265b03b27de` — 1 info
  - added the new enum value `gmail` to the `path` request parameter `provider`
- **2025-12-29** `7bde50443b51` — 1 info
  - added the new enum value `s3` to the `path` request parameter `provider`

[Change history](https://skmtc.dev/supermemoryai/apis/supermemory-api/changes/v3/connections/:provider/connection/post.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/933e00a5599b/schema)
