---
title: "Retrieve user collections."
method: GET
path: "/collections"
---

# Retrieve user collections.

`GET /collections`

## Response `200`

A list of collections.

- object
  - `ok` boolean
  - `collections` Collection[]
    - `id` string
    - `slug` string
    - `userId` string
    - `active` boolean
    - `createdAt` integer
    - `updatedAt` integer
    - `name` string
    - `description` string
    - `image` string
    - `privacy` 'public' | 'private' | 'team'
    - `namespace` string
    - `sources` Source[] — unresolved $ref
    - `status` string

---

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