---
title: "Collections this org belongs to"
method: GET
path: "/orgs/{slug}/collections"
tags: ["Orgs"]
---

# Collections this org belongs to

`GET /orgs/{slug}/collections`

Returns the curated collections that include this organization — either because the org itself is a member, or because one of its products is a member (e.g. a `coding-agents` collection that pins Claude Code surfaces on the Anthropic org page). Deduplicated and ordered alphabetically by collection name. Each item includes `memberCount` (visible public orgs + products, matching `GET /v1/collections`). Use `GET /v1/collections/:slug` for the full collection detail.

## Path parameters

- `slug` string, required

## Response `200`

Collection membership list

- object[]
  - `slug` string, required
  - `name` string, required
  - `description` string, nullable, required
  - `memberCount` integer, required
  - `isFeatured` boolean, required
  - `previewMembers` union[]
    - union
      - object
        - `slug` string, required
        - `name` string, required
        - `domain` string, nullable, required
        - `avatarUrl` string, nullable, required
        - `githubHandle` string, nullable, required
        - `description` string, nullable, required
        - `kind` 'org', required
      - object
        - `slug` string, required
        - `name` string, required
        - `description` string, nullable, required
        - `org` object, required
          - `slug` string, required
          - `name` string, required
          - `domain` string, nullable, required
          - `avatarUrl` string, nullable, required
          - `githubHandle` string, nullable, required
        - `kind` 'product', required
  - `previewOrgs` object[]
    - `slug` string, required
    - `name` string, required
    - `domain` string, nullable, required
    - `avatarUrl` string, nullable, required
    - `githubHandle` string, nullable, required
    - `description` string, nullable, required

## Other responses

- `404` — Organization not found

---

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