---
title: "List all collections"
method: GET
path: "/collections/"
tags: ["collections"]
---

# List all collections

`GET /collections/`

This endpoint is used to list all collections. Whenever a user logs on estuary, it will list all collections that the user has access to. This endpoint provides a way to list all collections to the user.

## Response `200`

OK

- CollectionsCollection[]
  - `cid` string
  - `createdAt` string
  - `description` string
  - `name` string
  - `userId` integer
  - `uuid` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2022-10-12** `56275bed061a` — 1 warning
  - deleted the `path` request parameter `id`
- **2022-09-14** `35d2c26f300c` — 1 breaking
  - added the new path request parameter `id`

[Change history](https://skmtc.dev/application-research/apis/estuary-api/changes/collections/get.md)

---

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