---
title: "List documents"
method: POST
path: "/v3/connections/{provider}/documents"
tags: ["Connections"]
---

# List documents

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

List documents indexed for a provider and container tags

## Path parameters

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

## Request body

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

## Response `200`

List of documents

- object[]
  - `createdAt` string, datetime, required
  - `id` string, required
  - `status` string, datetime, required
  - `summary` string, nullable, required
  - `title` string, nullable, required
  - `type` string, required
  - `updatedAt` string, datetime, required

## Other responses

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

## Changes

- **2026-03-15** `b40318167017` — 1 breaking
  - request body became required
- **2026-03-12** `7386f0fb8043` — 1 warning
  - changed the pattern of the request property `containerTags/items/` from `^[a-zA-Z0-9_-]+$` to `^[a-zA-Z0-9_:-]+$`
- **2026-03-09** `8d6903994bad` — 1 breaking, 1 warning
  - added the pattern `^[a-zA-Z0-9_-]+$` to the request property `containerTags/items/`
  - the `containerTags/items/` request property's maxLength was set to `100`
- **2026-01-28** `228aa031e151` — 1 info
  - api operation id `postV3Connections:providerDocuments` removed and replaced with `postV3ConnectionsByProviderDocuments`
- **2026-01-09** `5265b03b27de` — 1 info
  - added the new enum value `gmail` to the `path` request parameter `provider`

[Full history](https://skmtc.dev/supermemoryai/apis/supermemory-api/changes/v3/connections/:provider/documents/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/f979eba02e97/schema)
