---
title: "List content collections"
method: GET
path: "/collections"
---

# List content collections

`GET /collections`

Returns a paginated list of the authenticated creator's content collections.

## Headers

- `X-Fanvue-API-Version` string, required

## Response `200`

List of collections

- object
  - `data` object[], required — Array of collections
    - `uuid` string, uuid, required — Unique identifier of the collection
    - `label` string, required — Display label of the collection
    - `createdAt` string, date, nullable, required — When the collection was created
  - `pagination` object, required — Pagination information
    - `page` number, required — Current page number
    - `size` number, required — Number of records returned in this response
    - `hasMore` boolean, required — Whether there are more items available on subsequent pages

## Other responses

- `400` — Bad Request - API version not supported OR validation failed
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded
- `503` — Upstream collections service is unavailable

---

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