---
title: "Get contents in a collection"
method: GET
path: "/collections/{coluuid}"
tags: ["collections"]
---

# Get contents in a collection

`GET /collections/{coluuid}`

This endpoint is used to get contents in a collection. If no colpath query param is passed

## Path parameters

- `coluuid` string, required

## Query parameters

- `dir` string

## Response `200`

OK

- CollectionsCollectionListResponse[]
  - `cid` UtilDbCID
    - `cid` CidCid
  - `coluuid` string
  - `contId` integer
  - `dir` string
  - `name` string
  - `size` integer
  - `type` 'directory' | 'file'
  - `updatedAt` string

## Other responses

- `400` — Bad Request
- `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)
