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

- string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

## Changes

- **2022-10-29** `3ca60f3cf6bb` — 2 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `500`
- **2022-10-27** `1566cd255be2` — 2 info
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `500`
- **2022-10-12** `56275bed061a` — 1 breaking, 1 warning
  - added the new path request parameter `coluuid`
  - deleted the `query` request parameter `coluuid`
- **2022-09-14** `35d2c26f300c` — 1 breaking, 1 warning, 2 info
  - added the new required `query` request parameter `coluuid`
  - deleted the `path` request parameter `coluuid`
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `500`

[Change history](https://skmtc.dev/application-research/apis/estuary-api/changes/collections/:coluuid/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/3ca60f3cf6bb/schema)
