---
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' | 'granola', 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

---

[API](https://skmtc.net/supermemory/apis/supermemory-api.md) · [All operations](https://skmtc.net/supermemory/apis/supermemory-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/supermemory/supermemory-api/versions/e5b17ea14eaf/schema)
