---
title: "Get user collections"
method: GET
path: "/collection"
---

# Get user collections

`GET /collection`

## Response `200`

List of collections

- object
  - `success` boolean
  - `data` object
    - `collections` Collection[]
      - `id` string
      - `name` string
      - `description` string
      - `is_public` boolean
      - `owner` string
      - `created_at` string, date-time
    - `default_collection` string

---

[API](https://skmtc.net/video-db/apis/videodb-server-api.md) · [All operations](https://skmtc.net/video-db/apis/videodb-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/video-db/videodb-server-api/versions/21b1d1d3eae8/schema)
