---
title: "Retrieve collections"
method: GET
path: "/api/v4/collections"
tags: ["Collections"]
---

# Retrieve collections

`GET /api/v4/collections`

Retrieve a list of collections.

## Query parameters

- `limit` integer
- `page` integer
- `orderBy` 'dateCreated asc' | 'dateCreated desc' | 'name asc' | 'name desc'
- `ids` string
- `count` boolean
- `keyword` string
- `isPublic` boolean
- `minCount` integer

## Response `200`

A list of collections.

- object[]
  - `userId` string
  - `dateModified` string
  - `filename` string
  - `dateCreated` string
  - `collectionCount` integer
  - `id` string
  - `name` string
  - `cover` object
    - `thumbnail` string
    - `thumbnails` string[]
    - `large` string
  - `user` object
    - `id` string
    - `name` string
  - `description` string
  - `isPublic` boolean

## Other responses

- `400` — Invalid request parameters.

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/revisions/bb9efc864ce1/schema)
