---
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

---

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