---
title: "List connections"
method: POST
path: "/v3/connections/list"
tags: ["Connections"]
---

# List connections

`POST /v3/connections/list`

List all connections

## Request body

- object
  - `containerTags` string[] — Optional comma-separated list of container tags to filter documents by

## Response `200`

Connections

- object[]
  - `createdAt` string, datetime, required
  - `documentLimit` number
  - `email` string
  - `expiresAt` string, datetime
  - `id` string, required
  - `metadata` object
  - `provider` string, required
  - `containerTags` string[]
  - `lastSyncRun` object
    - `status` string, required
    - `errorCode` 'auth_expired' | 'rate_limited' | 'plan_required' | 'provider_unavailable' | 'internal', nullable
    - `error` string, nullable
    - `startedAt` string, datetime
    - `completedAt` string, datetime

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

## Changes

> 8 revisions in range; 2 could not be searched.

- **2026-07-26** `9a2008ad4ee5` — 1 info
  - added the optional property `items/lastSyncRun` to the response with the `200` status

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

---

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