---
title: "GET /api/collections"
method: GET
path: "/api/collections"
tags: ["collection", "enterprise"]
---

# GET /api/collections

`GET /api/collections`

## Query parameters

- `q` 'findByContentId' | 'mine', required
- `contentId` string

## Response `200`

- object
  - `data` object, required
    - `list` CollectionDto[] — The list of collections
      - `collectionId` string, required — The unique collection ID.
      - `collectionName` string, required — The name of the collection that you have created.
      - `createdAt` string, date-time — The date and time the collection was created.
      - `updatedAt` string, date-time — The date and time the collection was updated.
    - `total` number — Total number of valid items
    - `next` union
      - string, nullable — Next page cursor
      - number, nullable — Next page cursor
    - `limit` number, nullable — Limit number in this paged query

## Other responses

- `400`

---

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