---
title: "List catalog collections"
method: GET
path: "/v2/catalog/collections"
tags: ["catalog"]
---

# List catalog collections

`GET /v2/catalog/collections`

This endpoint returns a list of catalog collections.

## Query parameters

- `page` integer
- `per_page` integer
- `sort` 'newest' | 'oldest'
- `shared` boolean

## Response `200`

OK

- object — List of catalog collections
  - `page` number, required
  - `per_page` number, required
  - `total_count` number, required
  - `data` object[], required — List of catalog collections
    - `id` string, required
    - `name` string, required
    - `cover_asset` object — Metadata about an item that is part of a collection
      - `id` string, required
      - `asset` object, required
        - `id` string
        - `type` 'image' | 'video' | 'audio' | 'editorial-image' | 'editorial-video', required
        - `name` string
      - `created_time` string, date-time, required
      - `collection_ids` string[] — The collection IDs that this asset belongs to
    - `total_item_count` number, required
    - `created_time` string, date-time, required
    - `updated_time` string, date-time, required
    - `visibility` 'private' | 'public', required
    - `role_assignments` object, required — List of role assignments for a catalog collection
      - `collection_id` string, required
      - `roles` object, required
        - `owners` object[]
          - `id` string, required
          - `type` 'USER', required
          - `email` string, required
        - `editors` object[]
          - `id` string, required
          - `type` 'USER', required
          - `email` string, required
        - `viewers` object[]
          - `id` string, required
          - `type` 'USER', required
          - `email` string, required

## Other responses

- `400` — Invalid status value

---

[API](https://skmtc.net/shutterstock/apis/shutterstock-api-explorer.md) · [All operations](https://skmtc.net/shutterstock/apis/shutterstock-api-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shutterstock/shutterstock-api-explorer/revisions/d2e03e7f655d/schema)
