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

# List Collections

`GET /v3/collections`

## Query parameters

- `parentCollectionName` string
- `collectionNameSearch` string
- `page` integer
- `limit` integer

## Response `200`

The request has succeeded.

- ListCollectionsResponseV3 — Response for listing collections
  - `collections` CollectionMetadataV3[], required — List of collections
    - `collectionID` string, required — Unique identifier for the collection
    - `collectionName` string, required — The collection name/path. Only letters, digits, underscores, and dots are allowed.
    - `itemCount` integer, required — Number of items in the collection
    - `createdAt` string, date-time, required — When the collection was created
    - `updatedAt` string, date-time — When the collection was last updated
  - `page` integer, required — Current page number
  - `limit` integer, required — Number of collections per page
  - `totalCount` integer, required — Total number of collections
  - `totalPages` integer, required — Total number of pages

---

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