---
title: "Get all collections"
method: GET
path: "/open-api/v1.0/collections"
tags: ["Collections"]
---

# Get all collections

`GET /open-api/v1.0/collections`

*Rate limit: 100 requests / 10 seconds per shop. See [Rate limiting](/guides/rate-limiting).*

Returns all collections with pagination

## Query parameters

- `page` integer
- `size` integer
- `search` string

## Response `200`

OK

- ComFourthwallOpenapiModelOpenApiPageResponseComFourthwallOpenapiModelCollectionSlimV1
  - `results` ComFourthwallOpenapiModelCollectionSlimV1[], required
    - `id` string, required
    - `shopId` string, required
    - `name` string, required
    - `slug` string, required
    - `description` string, required
    - `available` boolean, required
    - `state` union, required
      - ComFourthwallOpenapiModelCollectionStateV1Archived — Archived collection state
        - `type` 'ARCHIVED', required
      - ComFourthwallOpenapiModelCollectionStateV1Hidden — Hidden collection state
        - `type` 'HIDDEN', required
        - `available` boolean, required
      - ComFourthwallOpenapiModelCollectionStateV1Private — Private collection state
        - `type` 'PRIVATE', required
        - `available` boolean, required
      - ComFourthwallOpenapiModelCollectionStateV1Public — Public collection state
        - `type` 'PUBLIC', required
        - `available` boolean, required
  - `total` integer
  - `page` integer
  - `size` integer
  - `totalPages` integer

## Other responses

- `429` — Rate limited: 100 requests / 10 seconds per shop.

---

[API](https://skmtc.net/fourthwall/apis/fourthwall-apis-2.md) · [All operations](https://skmtc.net/fourthwall/apis/fourthwall-apis-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fourthwall/fourthwall-apis-2/versions/ef273312f051/schema)
