---
title: "GET /api/collections/user-collections/{user_id}"
method: GET
path: "/api/collections/user-collections/{user_id}"
tags: ["Collections"]
---

# GET /api/collections/user-collections/{user_id}

`GET /api/collections/user-collections/{user_id}`

Returns Collections owned by or collaborated on by a specific user.

## Path parameters

- `user_id` integer, required

## Response `200`

Successful Response

- CollectionSummaryJSON[]
  - `name` string — Display name of the collection.
  - `slug` string — URL slug for the collection.
  - `description` string, nullable — Free-text description of the collection.
  - `imageUrl` string, nullable — URL of the collection's image.
  - `headerUrl` string, nullable — URL of the collection's header image, if set.
  - `memberCount` integer — Number of members in the collection.
  - `sheetCount` integer — Number of sheets in the collection.
  - `lastModified` string, nullable — Timestamp of the most recent change.

---

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